[arch-commits] Commit in gftp/trunk (PKGBUILD)

Kyle Keen kkeen at gemini.archlinux.org
Thu Feb 10 04:17:55 UTC 2022


    Date: Thursday, February 10, 2022 @ 04:17:54
  Author: kkeen
Revision: 1130876

upgpkg: gftp 2.9.0b-1

Modified:
  gftp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 03:31:08 UTC (rev 1130875)
+++ PKGBUILD	2022-02-10 04:17:54 UTC (rev 1130876)
@@ -2,17 +2,17 @@
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 
 pkgname=gftp
-pkgver=2.8.0b
+pkgver=2.9.0b
 pkgrel=1
 pkgdesc="A multithreaded ftp client for X Windows"
 arch=('x86_64')
 url="https://www.gftp.org/"
-license=('GPL2')
+license=('MIT')
 depends=('gtk2' 'openssl' 'readline')
 makedepends=('intltool')
 #source=(https://www.gftp.org/$pkgname-$pkgver.tar.bz2)
 source=("gftp-$pkgver.tgz::https://github.com/masneyb/gftp/archive/refs/tags/$pkgver.tar.gz")
-md5sums=('7550a1e15d915d18cb96d7a75b0b5695')
+md5sums=('de8193ce0ee50b186952713027b0a018')
 
 prepare() {
    cd "$pkgname-$pkgver"



More information about the arch-commits mailing list