summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Berthomier2022-08-15 15:07:55 -0500
committerArnaud Berthomier2022-08-15 15:07:55 -0500
commitd2f83b0ccc3f93230e611c5790fcac4e7d7e42d0 (patch)
treef3b91783929a6ed02a96edae11574cef9a67d4cc
parenta8bc7f7e764f493678cf1e65239e49c38d4538d8 (diff)
downloadaur-monocypher.tar.gz
Upstream release: 3.1.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58ad45520533..1351cd2690a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = monocypher
pkgdesc = Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl
- pkgver = 3.1.2
+ pkgver = 3.1.3
pkgrel = 1
url = https://monocypher.org/
arch = i686
arch = x86_64
license = custom:BSD
depends = glibc
- source = https://monocypher.org/download/monocypher-3.1.2.tar.gz
- sha256sums = f80a2e16d553e4b119634fd0e85ff86fc42afb4c9cc4569077854d1b6f5ef4f9
- sha512sums = 7b94a78abcd5490891cb7c5f29fe269d426fe12d99986ed0ec20246d2d5274e190d5f738e8c32bb9de2a21a7f9960460ac617eb320e28cd53a574c629547b767
+ source = https://monocypher.org/download/monocypher-3.1.3.tar.gz
+ sha256sums = b442b577df28f8c36caa01d9ae9011b5dd9c717d94be520168a04e36d7f5016e
+ sha512sums = c55d6253c36087b336fc8054b716b5f9c3a5e83c4fb0c07e0945b1b6d37fc815857896417c66466ae7f2cb3e5aed01bcef115aff67cd694e78b1ec0dcc713581
pkgname = monocypher
-
diff --git a/PKGBUILD b/PKGBUILD
index ae00047a8610..06540019f988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=monocypher
_pkgname=monocypher
-pkgver=3.1.2
+pkgver=3.1.3
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=('f80a2e16d553e4b119634fd0e85ff86fc42afb4c9cc4569077854d1b6f5ef4f9')
-sha512sums=('7b94a78abcd5490891cb7c5f29fe269d426fe12d99986ed0ec20246d2d5274e190d5f738e8c32bb9de2a21a7f9960460ac617eb320e28cd53a574c629547b767')
+sha256sums=('b442b577df28f8c36caa01d9ae9011b5dd9c717d94be520168a04e36d7f5016e')
+sha512sums=('c55d6253c36087b336fc8054b716b5f9c3a5e83c4fb0c07e0945b1b6d37fc815857896417c66466ae7f2cb3e5aed01bcef115aff67cd694e78b1ec0dcc713581')
package() {
cd "$_pkgname-$pkgver"