Sfoglia il codice sorgente

Fix wrong checksum

Moritz Maxeiner 10 anni fa
parent
commit
828c145ac4
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 2 - 2
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = libevhtp-seafile
 	pkgdesc = A more flexible replacement for libevent's httpd API. [Built for seafile]
 	pkgver = 1.2.9
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/ellzey/libevhtp
 	arch = i686
 	arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = libevhtp-seafile
 	provides = libevhtp
 	conflicts = libevhtp
 	source = https://github.com/ellzey/libevhtp/archive/1.2.9.zip
-	sha256sums = 9007ed1e6e4509b677267d4cea69248a84da6e43552c6363e0f09c55f4795f68
+	sha256sums = fc8572823ae7ed77cd0db8fd0e25983ebc770b271d36905fb1379db371aab28a
 
 pkgname = libevhtp-seafile
 

+ 2 - 2
PKGBUILD

@@ -5,7 +5,7 @@
 _pkgname=libevhtp
 pkgname="${_pkgname}"-seafile
 pkgver=1.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A more flexible replacement for libevent's httpd API. [Built for seafile]"
 arch=('i686' 'x86_64' 'armv5te' 'armv6h' 'armv7h')
 url="https://github.com/ellzey/libevhtp"
@@ -33,4 +33,4 @@ package () {
 	mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
 	cp LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
 }
-sha256sums=('9007ed1e6e4509b677267d4cea69248a84da6e43552c6363e0f09c55f4795f68')
+sha256sums=('fc8572823ae7ed77cd0db8fd0e25983ebc770b271d36905fb1379db371aab28a')