summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorelimpfor2017-05-05 14:41:46 -0400
committerelimpfor2017-05-05 14:41:46 -0400
commit42f880e6be40a162a717b57749cb677a768374ae (patch)
treeeca4030b21c9cd729225a44fca0521e176abf88e
parentfc3d0e770537125c6d21ee457c2bac9716cece28 (diff)
downloadaur-42f880e6be40a162a717b57749cb677a768374ae.tar.gz
Update to 1.76s
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddde45920564..70c218fe418d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opmsg
pkgdesc = opmsg message encryption
- pkgver = 1.75s
+ pkgver = 1.76s
pkgrel = 1
url = https://github.com/stealth/opmsg
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = opmsg
license = GPL3
depends = openssl
conflicts = opmsg-git
- source = https://github.com/stealth/opmsg/archive/rel-1.75s-newskey2.tar.gz
- sha1sums = 9959faa3b3f07d55abd769d1ad5427be331893e6
+ source = https://github.com/stealth/opmsg/archive/rel-1.76s-newskey2.tar.gz
+ sha1sums = 5117551e26f9b9dbbccca62049589c53dbf17053
pkgname = opmsg
diff --git a/PKGBUILD b/PKGBUILD
index 343acfe58066..7eb7a6af1350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elimpfor <aur@s403.33mail.com>
pkgname=opmsg
-pkgver=1.75s
+pkgver=1.76s
_pkgver=rel-"${pkgver}"-newskey2
pkgrel=1
epoch=
@@ -10,7 +10,7 @@ url="https://github.com/stealth/opmsg"
license=('GPL3')
depends=('openssl')
source=("https://github.com/stealth/${pkgname}/archive/${_pkgver}.tar.gz")
-sha1sums=('9959faa3b3f07d55abd769d1ad5427be331893e6')
+sha1sums=('5117551e26f9b9dbbccca62049589c53dbf17053')
conflicts=('opmsg-git')
build() {