summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamalavelan2018-07-04 00:20:22 +0530
committerKamalavelan2018-07-04 00:20:22 +0530
commit9432a63023d70946bfccb04e126cd42b189156d7 (patch)
tree436102376dbc15836fbbdbb5c1a6daf6ae9988a2
parent500a3047ca130fb4966e0975e009a85ba698f423 (diff)
downloadaur-9432a63023d70946bfccb04e126cd42b189156d7.tar.gz
Update to version 2.0.4
Signed-off-by: Kamalavelan <sskamalavelan@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a2d5102e8e9..0c18eb0645a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = monocypher
pkgdesc = Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl
- pkgver = 2.0.1
- pkgrel = 4
+ pkgver = 2.0.4
+ pkgrel = 1
url = http://loup-vaillant.fr/projects/monocypher/
arch = i686
arch = x86_64
license = custom:BSD
depends = glibc
- source = https://monocypher.org/download/monocypher-2.0.1.tar.gz
- sha512sums = 1bc470c7602bd580c796330022bae2d4f4aa1999dba7e285354aa4da317da727c3a0f5e1ab5bbbe32cd05d0df33001dee6d4c6d5c7ed73bb92d2728b9761d9e4
+ source = https://monocypher.org/download/monocypher-2.0.4.tar.gz
+ sha512sums = b58ffbd6ea67fb3cad57fa16dada957b2944972f109065e189462b54379c577357bac587ade5792b6c34040af6b2f2ce638534e53871783c5249c8bfd996cc81
pkgname = monocypher
diff --git a/PKGBUILD b/PKGBUILD
index b908a0670e6f..f7269f916f28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=monocypher
_pkgname=monocypher
-pkgver=2.0.1
-pkgrel=4
+pkgver=2.0.4
+pkgrel=1
pkgdesc="Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl"
arch=('i686' 'x86_64')
url="http://loup-vaillant.fr/projects/monocypher/"
license=('custom:BSD')
depends=('glibc')
source=("https://monocypher.org/download/monocypher-${pkgver}.tar.gz")
-sha512sums=('1bc470c7602bd580c796330022bae2d4f4aa1999dba7e285354aa4da317da727c3a0f5e1ab5bbbe32cd05d0df33001dee6d4c6d5c7ed73bb92d2728b9761d9e4')
+sha512sums=('b58ffbd6ea67fb3cad57fa16dada957b2944972f109065e189462b54379c577357bac587ade5792b6c34040af6b2f2ce638534e53871783c5249c8bfd996cc81')
package() {
cd "$_pkgname-$pkgver"