summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Berthomier2020-07-03 13:05:40 -0500
committerArnaud Berthomier2020-07-03 13:05:40 -0500
commite910dcd1be474a734f780a4bbe684c7a3e9f64f4 (patch)
tree66e92aedc661552af5b89d539c0e2937d50f20c9
parent1a2c9fa07918e4ca57c38c7c586e5808d65992e3 (diff)
downloadaur-e910dcd1be474a734f780a4bbe684c7a3e9f64f4.tar.gz
Upstream released v. 3.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7fdcd3138a0..e3cbf44ad150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = monocypher
pkgdesc = Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl
- pkgver = 3.0.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://monocypher.org/
arch = i686
arch = x86_64
license = custom:BSD
depends = glibc
- source = https://monocypher.org/download/monocypher-3.0.0.tar.gz
- sha256sums = 6604b837b99bc68c6c18ee5d8960ad24f404707a09418bf4c5dc8d493cb71afd
- sha512sums = dfb260d080a3f710ab70b108b2e69d2fc0d18f9427584bb44c2009e87cb4c1a942df980a5f2ddfcf5b3f1e0c074ddde764da22b3516acc41ac812dbf22aae50d
+ source = https://monocypher.org/download/monocypher-3.1.1.tar.gz
+ sha256sums = ed96874acfe75781cfbe06b049868920f0e9f493ec78e7d6e3879177a8d0af7a
+ sha512sums = 9c202ffe74eac1f2a7f21b8e195d981c21c5792b788315dea168cf40f1ee83cb787f3409c2d6135f517a58fee5f3e44c9ef521e132cee40c04e4b4868787f366
pkgname = monocypher
diff --git a/PKGBUILD b/PKGBUILD
index c797006beaab..5fd0baba0a73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=monocypher
_pkgname=monocypher
-pkgver=3.0.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="https://monocypher.org/"
license=('custom:BSD')
depends=('glibc')
source=("https://monocypher.org/download/monocypher-${pkgver}.tar.gz")
-sha256sums=('6604b837b99bc68c6c18ee5d8960ad24f404707a09418bf4c5dc8d493cb71afd')
-sha512sums=('dfb260d080a3f710ab70b108b2e69d2fc0d18f9427584bb44c2009e87cb4c1a942df980a5f2ddfcf5b3f1e0c074ddde764da22b3516acc41ac812dbf22aae50d')
+sha256sums=('ed96874acfe75781cfbe06b049868920f0e9f493ec78e7d6e3879177a8d0af7a')
+sha512sums=('9c202ffe74eac1f2a7f21b8e195d981c21c5792b788315dea168cf40f1ee83cb787f3409c2d6135f517a58fee5f3e44c9ef521e132cee40c04e4b4868787f366')
package() {
cd "$_pkgname-$pkgver"