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 b821396c8b8c..285429d3cae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jefferson Gonzalez <jgmdev@gmail.com>
pkgname=uftpd
-pkgver=2.13
+pkgver=2.15
pkgrel=1
pkgdesc="FTP/TFTP server for Linux that just works"
arch=('i686' 'x86_64' 'aarch64')
@@ -10,7 +10,7 @@ license=('ISC')
depends=('libite' 'libuev')
conflicts=('tftp-hpa' 'tftp-hpa-destruct')
source=(https://github.com/troglobit/uftpd/archive/v$pkgver.tar.gz)
-md5sums=('38b99ba0808e71e6d23cf1cf01340368')
+md5sums=('a18cb8e517bf83d89a311e7b98df55fb')
build() {
cd "$srcdir/$pkgname-$pkgver"