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

Antonio Rojas arojas at archlinux.org
Tue Apr 28 08:17:52 UTC 2020


    Date: Tuesday, April 28, 2020 @ 08:17:52
  Author: arojas
Revision: 381775

Update to 0.31.1

Modified:
  neon/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-28 08:04:55 UTC (rev 381774)
+++ PKGBUILD	2020-04-28 08:17:52 UTC (rev 381775)
@@ -3,16 +3,16 @@
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=neon
-pkgver=0.31.0
+pkgver=0.31.1
 pkgrel=1
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('x86_64')
-url="http://www.webdav.org/neon/"
+url="https://notroj.github.io/neon/"
 license=('GPL' 'LGPL')
 depends=('krb5' 'expat' 'ca-certificates' 'zlib')
 options=('libtool') # FS#16067
-source=(http://webdav.org/neon/$pkgname-$pkgver.tar.gz)
-sha1sums=('624593d8ae39eaf6c31f1982ca7d4a67e231d102')
+source=(https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz)
+sha1sums=('308660ba7b3bc728ea99bd266b63a100959c3582')
 validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
 
 build() {



More information about the arch-commits mailing list