summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Berthomier2020-12-31 11:36:12 -0600
committerArnaud Berthomier2020-12-31 11:36:12 -0600
commita8bc7f7e764f493678cf1e65239e49c38d4538d8 (patch)
treee5e6c5eef0edae37dd1d4e84f6f8887621554b46
parent1d6c49ecf4d72a0fb987b8a140fecfc966f6e3d6 (diff)
downloadaur-a8bc7f7e764f493678cf1e65239e49c38d4538d8.tar.gz
Upstream release: 3.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acc4dfe553ac..58ad45520533 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.1.1
- pkgrel = 3
+ pkgver = 3.1.2
+ pkgrel = 1
url = https://monocypher.org/
arch = i686
arch = x86_64
license = custom:BSD
depends = glibc
- source = https://monocypher.org/download/monocypher-3.1.1.tar.gz
- sha256sums = ed96874acfe75781cfbe06b049868920f0e9f493ec78e7d6e3879177a8d0af7a
- sha512sums = 9c202ffe74eac1f2a7f21b8e195d981c21c5792b788315dea168cf40f1ee83cb787f3409c2d6135f517a58fee5f3e44c9ef521e132cee40c04e4b4868787f366
+ source = https://monocypher.org/download/monocypher-3.1.2.tar.gz
+ sha256sums = f80a2e16d553e4b119634fd0e85ff86fc42afb4c9cc4569077854d1b6f5ef4f9
+ sha512sums = 7b94a78abcd5490891cb7c5f29fe269d426fe12d99986ed0ec20246d2d5274e190d5f738e8c32bb9de2a21a7f9960460ac617eb320e28cd53a574c629547b767
pkgname = monocypher
diff --git a/PKGBUILD b/PKGBUILD
index 30f23456f1d9..ae00047a8610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=monocypher
_pkgname=monocypher
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.1.2
+pkgrel=1
pkgdesc="Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl"
arch=('i686' 'x86_64')
url="https://monocypher.org/"
license=('custom:BSD')
depends=('glibc')
source=("https://monocypher.org/download/monocypher-${pkgver}.tar.gz")
-sha256sums=('ed96874acfe75781cfbe06b049868920f0e9f493ec78e7d6e3879177a8d0af7a')
-sha512sums=('9c202ffe74eac1f2a7f21b8e195d981c21c5792b788315dea168cf40f1ee83cb787f3409c2d6135f517a58fee5f3e44c9ef521e132cee40c04e4b4868787f366')
+sha256sums=('f80a2e16d553e4b119634fd0e85ff86fc42afb4c9cc4569077854d1b6f5ef4f9')
+sha512sums=('7b94a78abcd5490891cb7c5f29fe269d426fe12d99986ed0ec20246d2d5274e190d5f738e8c32bb9de2a21a7f9960460ac617eb320e28cd53a574c629547b767')
package() {
cd "$_pkgname-$pkgver"