summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia <seppia@seppio.fish>2018-07-05 13:46:48 +0200
committerSeppia <seppia@seppio.fish>2018-07-05 13:46:48 +0200
commitabd93bed7fd03226060b3f112715e3284fb3b978 (patch)
tree115978e17dc88c72189c5dab9da634fdca8e746b /PKGBUILD
parent6023495e7b5c4eaff3acfce6171e7fdccb6dfa04 (diff)
downloadotbluh-abd93bed7fd03226060b3f112715e3284fb3b978.tar.gz
otbluh-abd93bed7fd03226060b3f112715e3284fb3b978.tar.bz2
otbluh-abd93bed7fd03226060b3f112715e3284fb3b978.zip
Updated to version 0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 862b692..dea2deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Seppia <seppia@seppio.fish>
pkgname=otbluh
pkglongname=onetimebluh
-pkgver=0.1
+pkgver=0.2
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=('efde76c8832d8f9bdd514cd4906424f86cf40f9d183e2b047c64a05a3ee88728')
+sha256sums=('479bbeb9f860d50aabe6db561965b231fec496478baa81a1f08128d7743783ad')
build() {
cd "$srcdir/${pkglongname}-${pkgver}"