summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61f51c65a75d..90ab9023f021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jefferson Gonzalez <jgmdev@gmail.com>
pkgname=uftpd
-pkgver=2.4
+pkgver=2.6
pkgrel=1
pkgdesc="FTP/TFTP server for Linux that just works"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/troglobit/uftpd"
license=('ISC')
depends=('libite' 'libuev')
source=(https://github.com/troglobit/uftpd/archive/v$pkgver.tar.gz)
-md5sums=('6232051a5a8d37ef8ad0d0f7680ffead')
+md5sums=('87a039ccf1c53a6fdae1fa9b93e51bbe')
build() {
cd "$srcdir/$pkgname-$pkgver"