summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lipp2015-08-05 11:45:53 +0200
committerMoritz Lipp2015-08-05 11:45:53 +0200
commit14901870a2405aadafaf9e4617225c02d05e95cd (patch)
tree7c4cbd4889652f1d59a994fb7aeee143ad08e214
parent2aa8412dd34d7d1ea5b0a4d63fe668ee58b56005 (diff)
downloadaur-14901870a2405aadafaf9e4617225c02d05e95cd.tar.gz
Update to 1.5s
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f7cb7bcce34..e16a60649e33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = opmsg
pkgdesc = opmsg message encryption
- pkgver = 1.2s
+ pkgver = 1.5s
pkgrel = 1
url = https://github.com/stealth/opmsg
arch = x86_64
arch = i686
license = GPL3
depends = openssl
- source = https://github.com/stealth/opmsg/archive/rel-1.2s.tar.gz
- md5sums = 308ee318a3ae1c264d653d6f3b387303
+ source = https://github.com/stealth/opmsg/archive/rel-1.5s.tar.gz
+ md5sums = c136b11c46c71e038aaf7169727d748b
pkgname = opmsg
diff --git a/PKGBUILD b/PKGBUILD
index e56c7467433b..354c6c57f76a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Moritz Lipp <mail@mlq.me>
pkgname=opmsg
-pkgver=1.2s
+pkgver=1.5s
_pkgver=rel-"${pkgver}"
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")
-md5sums=('308ee318a3ae1c264d653d6f3b387303')
+md5sums=('c136b11c46c71e038aaf7169727d748b')
build() {
cd "$pkgname-$_pkgver"