diff options
author | Seppia <seppia@seppio.fish> | 2018-07-07 08:16:24 +0200 |
---|---|---|
committer | Seppia <seppia@seppio.fish> | 2018-07-07 08:16:24 +0200 |
commit | f5747d987fcdae0c46ee7c83e02d3d465d92b7bd (patch) | |
tree | ecc44a8faf2308e54c72375fc2f96a559ced19a4 | |
parent | 7208084a54b3720bd3c816dbd86379bfd80b9040 (diff) | |
download | otbluh-master.tar.gz otbluh-master.tar.bz2 otbluh-master.zip |
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -1,7 +1,7 @@ # Maintainer: Seppia <seppia@seppio.fish> 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}" |