summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27d215083dd4..4b36d6dabd17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: n0vember <n0vember at half-9 dot net>
pkgname=bash_unit
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="bash unit testing enterprise edition framework for professionals"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/pgrange/bash_unit"
license=('GPL')
depends=('bash')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pgrange/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('750983353e79ad83cb3ec093406be7306bd1d90a64f77977b29bb968d66731f6')
+sha256sums=('30aefc0a75196000680f0668b495f3f98c568eb06d9187eab1e9b2e07237802c')
package() {
install -Dm755 ${pkgname}-${pkgver}/bash_unit "$pkgdir/usr/bin/bash_unit"