summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2023-12-12 23:24:20 +0100
committerToni Tauro2023-12-12 23:24:20 +0100
commitc86ebdeb028102ad2a43c154dba0c2b68043552b (patch)
treef3038c994be21d32f62a5c43e578331416cf40fc
parentd66a1812f68af54347a76a4dc0488b290f1e4f12 (diff)
downloadaur-c86ebdeb028102ad2a43c154dba0c2b68043552b.tar.gz
chore(update): 0.4.1
Signed-off-by: Toni Tauro <eye@eyenx.ch>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f6d7842f0a6..2a70a34ef51f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebrew
pkgdesc = Homebrew, but with Docker images
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/bfirsh/whalebrew
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = whalebrew
depends = docker
provides = whalebrew
conflicts = whalebrew
- source = https://github.com/bfirsh/whalebrew/releases/download/0.4.0/whalebrew-Linux-x86_64
- sha256sums = 9820788b61ef1d237912f67796a1659ef5d8137346e640319965a4cecfe671e2
+ source = https://github.com/bfirsh/whalebrew/releases/download/0.4.1/whalebrew-Linux-x86_64
+ sha256sums = 08f5f4df2c6e4ad3907c53d43bab896633006c591918f68cf034dbf90b4db804
pkgname = whalebrew
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"