From f5747d987fcdae0c46ee7c83e02d3d465d92b7bd Mon Sep 17 00:00:00 2001 From: Seppia Date: Sat, 7 Jul 2018 08:16:24 +0200 Subject: Updated to version 0.3.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5249e65..120baf8 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.3 + pkgver = 0.3.1 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.3.tar.gz - sha256sums = fc0c426e87f7b76c44efe720ef778bfbfed3fa81c711bb245cf6ca28ab816a99 + source = https://git.seppia.net/onetimebluh.git/snapshot/onetimebluh-0.3.1.tar.gz + sha256sums = 19f0696bcc2bfa252d1d138ad73ef443203174acd0f2541b73b90fdbc79109e0 pkgname = otbluh diff --git a/PKGBUILD b/PKGBUILD index bcd5795..5bc68ce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Seppia 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}" -- cgit v1.2.3