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

Felix Yan felixonmars at archlinux.org
Tue Jan 5 15:31:28 UTC 2021


    Date: Tuesday, January 5, 2021 @ 15:31:27
  Author: felixonmars
Revision: 405277

upgpkg: gsasl 1.10.0-1

Modified:
  gsasl/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 15:11:51 UTC (rev 405276)
+++ PKGBUILD	2021-01-05 15:31:27 UTC (rev 405277)
@@ -2,18 +2,18 @@
 # Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=gsasl
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
 arch=('x86_64')
 url="https://josefsson.org/gsasl/"
 license=('GPL')
 depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
-source=(http://download.savannah.nongnu.org/releases/gsasl/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('82ba0079da6918784a8170d4a13ee133d9df1d7a'
-          'SKIP')
-validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE')  # Simon Josefsson <simon at josefsson.org>
-
+source=(ftp://ftp.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz{,.sig})
+sha512sums=('8b1dc87e85dbfd0255b3b43c4b7f9c2e896cb03efe4cd4af86393b62fd193665aae4ce59e66db736722e32babfcea6d4f6ddd3c5f069dcc4210f7e9531043e4a'
+            'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE'   # Simon Josefsson <simon at josefsson.org>
+              '9AA9BDB11BB1B99A21285A330664A76954265E8C')  # Simon Josefsson <simon at josefsson.org>
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-gssapi-impl=mit



More information about the arch-commits mailing list