summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaolo Stivanin2017-09-28 21:27:43 +0200
committerPaolo Stivanin2017-09-28 21:27:43 +0200
commitd92da484bf4c8ffbdcda91225b2f1b7136c3d51b (patch)
treee36b14a36c204b7a3b20bfc1bb9d65cce7dfe2cb /PKGBUILD
parentfb6b20e29ebd5d2f6d52b21858bafb8a4cfee06b (diff)
downloadaur-d92da484bf4c8ffbdcda91225b2f1b7136c3d51b.tar.gz
v1.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ade85090650..be4757bc7706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paolo Stivanin <info [at] paolostivanin [DOT] com>
pkgname=libbaseencode
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='Library written in C for encoding and decoding data using base32 or base64 (RFC-4648)'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
source=("https://github.com/paolostivanin/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=("8e3ac719c76a4f5aa2e1e93b194a596bf14370ad1ae2865b7c2972b60c7a53cf")
+sha256sums=("1ed0a3dd29a0ed70c7113f1b1b7d17f72c65454946a9fb915edf5050f8e0c65d")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"