Date: Friday, September 11, 2020 @ 16:03:03
  Author: mtorromeo
Revision: 702810

upgpkg: sparsehash 2.0.4-1

Modified:
  sparsehash/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-11 16:02:44 UTC (rev 702809)
+++ PKGBUILD    2020-09-11 16:03:03 UTC (rev 702810)
@@ -1,14 +1,14 @@
 # Maintainer: Massimiliano Torromeo <[email protected]>
 
 pkgname=sparsehash
-pkgver=2.0.3
-pkgrel=3
+pkgver=2.0.4
+pkgrel=1
 pkgdesc="Library that contains several hash-map implementations, including 
implementations that optimize for space or speed."
 arch=("any")
 url="https://github.com/sparsehash/sparsehash";
 license=('BSD')
 
source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz";)
-sha256sums=('05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c')
+sha256sums=('8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58')
 
 build() {
        cd "$srcdir"/sparsehash-sparsehash-$pkgver

Reply via email to