summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2022-04-04 18:18:23 +0200
committerToni Tauro2022-04-04 18:18:23 +0200
commitd66a1812f68af54347a76a4dc0488b290f1e4f12 (patch)
treeff0f960a98947318035d1bc3316f5ae40c6e863b
parent91d6eb417e92de162d1631b43fa65868cec3f22b (diff)
downloadaur-d66a1812f68af54347a76a4dc0488b290f1e4f12.tar.gz
chore(update): v0.4.0
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 c549720d5ddf..0f6d7842f0a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebrew
pkgdesc = Homebrew, but with Docker images
- pkgver = 0.3.1
+ pkgver = 0.4.0
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.3.1/whalebrew-Linux-x86_64
- sha256sums = 6b62b280e55a4349a367ff1e8967dc82e05116c99e04d8026f1dcf11cd2da65f
+ source = https://github.com/bfirsh/whalebrew/releases/download/0.4.0/whalebrew-Linux-x86_64
+ sha256sums = 9820788b61ef1d237912f67796a1659ef5d8137346e640319965a4cecfe671e2
pkgname = whalebrew
diff --git a/PKGBUILD b/PKGBUILD
index 8338ed56c015..4e3882f984b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=whalebrew
-pkgver=0.3.1
+pkgver=0.4.0
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=('6b62b280e55a4349a367ff1e8967dc82e05116c99e04d8026f1dcf11cd2da65f')
+sha256sums=('9820788b61ef1d237912f67796a1659ef5d8137346e640319965a4cecfe671e2')
package() {
install -D -m755 "$srcdir"/whalebrew-Linux-x86_64 "$pkgdir/usr/bin/whalebrew"