summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <seppia@seppio.fish>2018-07-07 08:16:24 +0200
committerSeppia <seppia@seppio.fish>2018-07-07 08:16:24 +0200
commitf5747d987fcdae0c46ee7c83e02d3d465d92b7bd (patch)
treeecc44a8faf2308e54c72375fc2f96a559ced19a4
parent7208084a54b3720bd3c816dbd86379bfd80b9040 (diff)
downloadotbluh-f5747d987fcdae0c46ee7c83e02d3d465d92b7bd.tar.gz
otbluh-f5747d987fcdae0c46ee7c83e02d3d465d92b7bd.tar.bz2
otbluh-f5747d987fcdae0c46ee7c83e02d3d465d92b7bd.zip
Updated to version 0.3.1HEADmaster
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5249e65..120baf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = otbluh
pkgdesc = Simple one time pad implementation with key generating support called onetimebluh due to its features
- pkgver = 0.3
+ pkgver = 0.3.1
pkgrel = 1
url = https://git.eigenlab.org/seppia/onetimebluh
arch = i686
@@ -10,8 +10,8 @@ pkgbase = otbluh
depends = openssl
provides = otbluh
conflicts = otbluh-git
- source = https://git.seppia.net/onetimebluh.git/snapshot/onetimebluh-0.3.tar.gz
- sha256sums = fc0c426e87f7b76c44efe720ef778bfbfed3fa81c711bb245cf6ca28ab816a99
+ source = https://git.seppia.net/onetimebluh.git/snapshot/onetimebluh-0.3.1.tar.gz
+ sha256sums = 19f0696bcc2bfa252d1d138ad73ef443203174acd0f2541b73b90fdbc79109e0
pkgname = otbluh
diff --git a/PKGBUILD b/PKGBUILD
index bcd5795..5bc68ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Seppia <seppia@seppio.fish>
pkgname=otbluh
pkglongname=onetimebluh
-pkgver=0.3
+pkgver=0.3.1
pkgrel=1
pkgdesc="Simple one time pad implementation with key generating support called onetimebluh due to its features"
arch=('i686' 'x86_64' 'aarch64')
@@ -16,7 +16,7 @@ backup=()
options=()
install=
source=("https://git.seppia.net/onetimebluh.git/snapshot/${pkglongname}-${pkgver}.tar.gz")
-sha256sums=('fc0c426e87f7b76c44efe720ef778bfbfed3fa81c711bb245cf6ca28ab816a99')
+sha256sums=('19f0696bcc2bfa252d1d138ad73ef443203174acd0f2541b73b90fdbc79109e0')
build() {
cd "$srcdir/${pkglongname}-${pkgver}"