From abd93bed7fd03226060b3f112715e3284fb3b978 Mon Sep 17 00:00:00 2001 From: Seppia Date: Thu, 5 Jul 2018 13:46:48 +0200 Subject: Updated to version 0.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 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 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}" -- cgit v1.2.3