Date: Monday, April 17, 2023 @ 17:47:13
  Author: svenstaro
Revision: 1447012

upgpkg: robin-map 1.2.1-1

Modified:
  robin-map/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 17:41:48 UTC (rev 1447011)
+++ PKGBUILD    2023-04-17 17:47:13 UTC (rev 1447012)
@@ -1,7 +1,7 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Sven-Hendrik Haase <[email protected]>
 
 pkgname=robin-map
-pkgver=1.0.1
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="C++ implementation of a fast hash map and hash set using robin hood 
hashing"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Tessil/robin-map/archive/v${pkgver}.tar.gz";)
-sha512sums=('5741049287fdb9c3316e1eb84b99343efc7b35f492e1db8166d65c2d16c7905f51b11cf164bedae9e44d4b6000bbea3c49012acf725a977e665a8dc23e89b1fb')
+sha512sums=('9e08c6b5b06d26e18d85b36c79ec855bc3220843bc358f53f3eb269bd8d20350871a9686ad77b2b462ca104e4cc62a0745a71d62bd1f69c8f50d29788eac63e1')
 
 build() {
   cd $pkgname-$pkgver

Reply via email to