[arch-commits] Commit in crypto++/trunk (PKGBUILD libcrypto++.pc)

Baptiste Jonglez zorun at archlinux.org
Tue Apr 10 21:09:22 UTC 2018


    Date: Tuesday, April 10, 2018 @ 21:09:21
  Author: zorun
Revision: 315632

upgpkg: crypto++ 7.0.0-1

Modified:
  crypto++/trunk/PKGBUILD
  crypto++/trunk/libcrypto++.pc

----------------+
 PKGBUILD       |   14 +++++++-------
 libcrypto++.pc |    4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 21:07:28 UTC (rev 315631)
+++ PKGBUILD	2018-04-10 21:09:21 UTC (rev 315632)
@@ -6,7 +6,7 @@
 # Contributor: jlvsimoes <jlvsimoes at oninet.pt>
 
 pkgname=crypto++
-pkgver=6.1.0
+pkgver=7.0.0
 _srcver=${pkgver//./}
 pkgrel=1
 pkgdesc="A free C++ class library of cryptographic schemes"
@@ -20,12 +20,12 @@
 source=("https://www.cryptopp.com/cryptopp${_srcver}.zip"
         'libcrypto++.pc')
 # Checksums from https://www.cryptopp.com/release600.html
-sha1sums=('c4e7c14ad17b6fae6a1b84d0824b4365f2a779e6'
-          'f776881de464d591b33eec88b76039bc5da8c1c8')
-sha256sums=('21289d2511101a9350c87c8eb1f4982d4a266e8037b19dab79a32cc13ea108c7'
-            '86370744f3191eaba9f334c293fdf1670188a4462edef98ace9389462664b01b')
-sha512sums=('cb01330ffb2f34bf51ca5a9d530b0be987c7cf36ab2be0e562a61bd39748f9fa5533be43050c7505f8be22b03a9dece829c1b27987b9c9c5cb7ecf51d75bf6a3'
-            'e15a5d1e2c3d9e0fd87028848e7174fc0589a1f492d5acc95c1b1d7073bccdfa325d515b6ef3c4aed850b48302b876a754add1a73123e4bc5416dbf0586258a1')
+sha1sums=('1288682ae2f3062ea3a82ca2e90bd06d147568a4'
+          'ef530175d27101dcb23a3f92d3c80a529f1d7b02')
+sha256sums=('a4bc939910edd3d29fb819a6fc0dfdc293f686fa62326f61c56d72d0a366ceb0'
+            '8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6')
+sha512sums=('8fd8d680e5ceaf10b3c32cb1504bda4b32abc9fcaa2c6e61e3b5e67aca805c792579884bc6a749c29a99105304c421d03d7fe7909fc58f750b3155c7c5cec8ec'
+            '3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276')
 
 build() {
   CXXFLAGS+=" -DNDEBUG -fPIC" make dynamic cryptest.exe

Modified: libcrypto++.pc
===================================================================
--- libcrypto++.pc	2018-04-10 21:07:28 UTC (rev 315631)
+++ libcrypto++.pc	2018-04-10 21:09:21 UTC (rev 315632)
@@ -4,8 +4,8 @@
 libdir=${prefix}/lib
 includedir=${prefix}/include
 
-Name: libcrypto++-6.1.0
+Name: libcrypto++-7.0.0
 Description: Class library of cryptographic schemes
-Version: 6.1.0
+Version: 7.0.0
 Libs: -L${libdir} -lcryptopp
 Cflags: -I${includedir} 



More information about the arch-commits mailing list