summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent7208084a54b3720bd3c816dbd86379bfd80b9040 (diff)
downloadotbluh-master.tar.gz
otbluh-master.tar.bz2
otbluh-master.zip
Updated to version 0.3.1HEADmaster
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"