summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <seppia@seppio.fish>2018-07-06 11:48:24 +0200
committerSeppia <seppia@seppio.fish>2018-07-06 11:48:24 +0200
commit7208084a54b3720bd3c816dbd86379bfd80b9040 (patch)
treecf0f29d180e13a772f2b041d683bd9e60e4164f9
parentabd93bed7fd03226060b3f112715e3284fb3b978 (diff)
downloadotbluh-7208084a54b3720bd3c816dbd86379bfd80b9040.tar.gz
otbluh-7208084a54b3720bd3c816dbd86379bfd80b9040.tar.bz2
otbluh-7208084a54b3720bd3c816dbd86379bfd80b9040.zip
Updated to version 0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015d8ac..5249e65 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.2
+ pkgver = 0.3
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.2.tar.gz
- sha256sums = 479bbeb9f860d50aabe6db561965b231fec496478baa81a1f08128d7743783ad
+ source = https://git.seppia.net/onetimebluh.git/snapshot/onetimebluh-0.3.tar.gz
+ sha256sums = fc0c426e87f7b76c44efe720ef778bfbfed3fa81c711bb245cf6ca28ab816a99
pkgname = otbluh
diff --git a/PKGBUILD b/PKGBUILD
index dea2deb..bcd5795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Seppia <seppia@seppio.fish>
pkgname=otbluh
pkglongname=onetimebluh
-pkgver=0.2
+pkgver=0.3
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=('479bbeb9f860d50aabe6db561965b231fec496478baa81a1f08128d7743783ad')
+sha256sums=('fc0c426e87f7b76c44efe720ef778bfbfed3fa81c711bb245cf6ca28ab816a99')
build() {
cd "$srcdir/${pkglongname}-${pkgver}"