summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToni Tauro2023-12-12 23:24:20 +0100
committerToni Tauro2023-12-12 23:24:20 +0100
commitc86ebdeb028102ad2a43c154dba0c2b68043552b (patch)
treef3038c994be21d32f62a5c43e578331416cf40fc /PKGBUILD
parentd66a1812f68af54347a76a4dc0488b290f1e4f12 (diff)
downloadaur-whalebrew.tar.gz
chore(update): 0.4.1
Signed-off-by: Toni Tauro <eye@eyenx.ch>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e3882f984b8..a726afc03c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=whalebrew
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Homebrew, but with Docker images"
arch=('x86_64')
@@ -10,7 +10,7 @@ provides=('whalebrew')
depends=('docker')
conflicts=('whalebrew')
source=("https://github.com/bfirsh/whalebrew/releases/download/${pkgver}/whalebrew-Linux-x86_64")
-sha256sums=('9820788b61ef1d237912f67796a1659ef5d8137346e640319965a4cecfe671e2')
+sha256sums=('08f5f4df2c6e4ad3907c53d43bab896633006c591918f68cf034dbf90b4db804')
package() {
install -D -m755 "$srcdir"/whalebrew-Linux-x86_64 "$pkgdir/usr/bin/whalebrew"