summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8078e3905230..626771a96652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bashball
pkgdesc = A tool for compiling bash projects in a single script
- pkgver = 1.6.3
+ pkgver = 1.6.4
pkgrel = 1
url = https://github.com/blkgoose/bashball
arch = any
license = GPL
depends = bash
- source = https://github.com/blkgoose/bashball/releases/download/v1.6.3/bashball
- md5sums = 122df628791cc763c12d665920aa94e7
+ source = https://github.com/blkgoose/bashball/releases/download/v1.6.4/bashball
+ md5sums = deaf94b3d8fed2fdd0f597552447bb11
pkgname = bashball
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}"