summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2022-03-22 21:45:48 +0100
committermrxx2022-03-22 21:45:48 +0100
commitf1367215d410f7f751fa78dd2544d6d041026bfc (patch)
tree681c8f137873b6f4abe93c2e110684a1dfafb2e8
parentf663a87f5508c4bcaa03f6f2d5d681b1ea3daca2 (diff)
downloadaur-f1367215d410f7f751fa78dd2544d6d041026bfc.tar.gz
Update to v1.0.50
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0da3e3bfac63..ed62a468c1b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pure-ftpd
pkgdesc = A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use.
- pkgver = 1.0.49
- pkgrel = 5
+ pkgver = 1.0.50
+ pkgrel = 1
url = https://www.pureftpd.org/
install = pure-ftpd.install
arch = any
@@ -11,16 +11,15 @@ pkgbase = pure-ftpd
depends = libsodium
conflicts = pure-ftpd-db
backup = etc/pure-ftpd/pure-ftpd.conf
- source = https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.49.tar.bz2
+ source = https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.50.tar.bz2
source = pure-ftpd.service
source = pure-ftpd.logrotate
source = welcome.msg
source = pure-ftpd.install
- md5sums = b7025f469711d88bd84a3518f67c1470
- md5sums = 0d0845e17607ffb212eae0112c58e9ff
- md5sums = 37a45c88a0f038de37b4a87c6c447534
- md5sums = 7e91835f7e7975bd0536648fc99e5a22
- md5sums = c80cbd3ae1f9915f686f84149f6293e5
+ sha1sums = d59fb3be051ce54480d97edf46b01cdadf57e01c
+ sha1sums = a7463d41bb3be097fdaa0c564b9c34c4196691b2
+ sha1sums = 24f8d4b2555c996c6161d120d539e3e28d8c776c
+ sha1sums = 2a9cc90e5c8e378e0e4c3739effccaebc73a6da2
+ sha1sums = 5009d1b8dd9a415eb0a051ba2e48d58b01c7a1b3
pkgname = pure-ftpd
-
diff --git a/PKGBUILD b/PKGBUILD
index 1b78b919dae6..2e029701240c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=pure-ftpd
-pkgver=1.0.49
-pkgrel=5
+pkgver=1.0.50
+pkgrel=1
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
arch=('any')
url="https://www.pureftpd.org/"
@@ -24,11 +24,11 @@ source=("https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${pkgver
'welcome.msg'
'pure-ftpd.install' )
-md5sums=('b7025f469711d88bd84a3518f67c1470'
- '0d0845e17607ffb212eae0112c58e9ff'
- '37a45c88a0f038de37b4a87c6c447534'
- '7e91835f7e7975bd0536648fc99e5a22'
- 'c80cbd3ae1f9915f686f84149f6293e5')
+sha1sums=('d59fb3be051ce54480d97edf46b01cdadf57e01c'
+ 'a7463d41bb3be097fdaa0c564b9c34c4196691b2'
+ '24f8d4b2555c996c6161d120d539e3e28d8c776c'
+ '2a9cc90e5c8e378e0e4c3739effccaebc73a6da2'
+ '5009d1b8dd9a415eb0a051ba2e48d58b01c7a1b3')
build() {
cd ${srcdir}/${pkgname}-${pkgver}