summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2020-04-08 20:23:20 -0400
committerAndrew O'Neill2020-04-08 20:23:20 -0400
commit03f3eb574d5a5d72b92cb34db9e858ee225f99fe (patch)
tree7f0e854ced4d5571e2a4980bb9b8b6e119987c6b /PKGBUILD
parent693c49fc8aa452cabe7644250fbfb8e57b804d44 (diff)
downloadaur-03f3eb574d5a5d72b92cb34db9e858ee225f99fe.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdfd6745c272..204000b1196a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Josh VanderLinden <arch@cloudlery.com>
pkgname=execline
-pkgver=2.6.0.0
+pkgver=2.6.0.1
pkgrel=1
pkgdesc='A (non-interactive) scripting language, like sh'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://skarnet.org/software/${pkgname}"
license=('ISC')
depends=('skalibs')
source=("${url}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5415f5b98c8e3edb8e94fa9c9d42de1cdb86a8977e9b4212c9122bdcb9dad7d4')
+sha256sums=('e7cbb7b5942674a0b5176c42aa0a3194a848419a698e4aad9d1764d2b429ba9d')
build() {
cd "${pkgname}-${pkgver}"