summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHristo Kamenov2019-09-26 11:56:44 +0200
committerHristo Kamenov2019-09-26 11:56:44 +0200
commit3e01c1227bf299349cc1c50a1c3f82d181243496 (patch)
tree0af0ef303f9ad6e64027e955db1b3e7748661a8b
parent83b705c064c67f6cf7c058256b02bd2e97d1366b (diff)
downloadaur-3e01c1227bf299349cc1c50a1c3f82d181243496.tar.gz
feat: Updated to 1.6.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6be62b09232e..fbc5dbcb8f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hristo Kamenov <hkamenov123@gmail.com>
pkgname=bashball
-pkgver=1.6.3
+pkgver=1.6.4
pkgrel=1
pkgdesc="A tool for compiling bash projects in a single script"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/blkgoose/bashball"
license=('GPL')
depends=('bash')
source=("https://github.com/blkgoose/bashball/releases/download/v$pkgver/bashball")
-md5sums=('122df628791cc763c12d665920aa94e7')
+md5sums=('deaf94b3d8fed2fdd0f597552447bb11')
package() {
install -D -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"