summaryrefslogtreecommitdiffstats
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
parent6023495e7b5c4eaff3acfce6171e7fdccb6dfa04 (diff)
downloadotbluh-abd93bed7fd03226060b3f112715e3284fb3b978.tar.gz
otbluh-abd93bed7fd03226060b3f112715e3284fb3b978.tar.bz2
otbluh-abd93bed7fd03226060b3f112715e3284fb3b978.zip
Updated to version 0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 102654b..015d8ac 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.1
+ pkgver = 0.2
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.1.tar.gz
- sha256sums = efde76c8832d8f9bdd514cd4906424f86cf40f9d183e2b047c64a05a3ee88728
+ source = https://git.seppia.net/onetimebluh.git/snapshot/onetimebluh-0.2.tar.gz
+ sha256sums = 479bbeb9f860d50aabe6db561965b231fec496478baa81a1f08128d7743783ad
pkgname = otbluh
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}"