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 1ab4f5ee3430..a9fe43ee9d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.8.5
+ pkgver = 0.8.9
pkgrel = 1
url = https://earthly.dev
install = earthly-bin.install
@@ -12,7 +12,7 @@ pkgbase = earthly-bin
optdepends = podman: Using podman as runtime
provides = earthly
conflicts = earthly
- source = earthly-bin-0.8.5::https://github.com/earthly/earthly/releases/download/v0.8.5/earthly-linux-amd64
- sha512sums = 8e5ac3da3c424114daa0540eb9c0d866e311a00742183500846697efb631ad8c0c35d4094f5d43438134b3e72cb6039423649d63cf73f6155a633840c5917f9b
+ source = earthly-bin-0.8.9::https://github.com/earthly/earthly/releases/download/v0.8.9/earthly-linux-amd64
+ sha512sums = 9dc2bbd0a6b6922cbd3ae96f3d5d36fd478bb98e3513ae73377b05ad4198c7b565f642d693af32909c4fa98b87266faba2eaf50b4ad549c90571a972877b5a30
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index f9f412578aa8..931f46ca11db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: pandada8 <pandada8@gmail.com>
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.8.5
+pkgver=0.8.9
pkgrel=1
pkgdesc='Build automation for the container era'
arch=('x86_64')
@@ -21,7 +21,7 @@ conflicts=('earthly')
source=(
"${pkgname}-${pkgver}::https://github.com/earthly/earthly/releases/download/v${pkgver}/earthly-linux-amd64"
)
-sha512sums=('8e5ac3da3c424114daa0540eb9c0d866e311a00742183500846697efb631ad8c0c35d4094f5d43438134b3e72cb6039423649d63cf73f6155a633840c5917f9b')
+sha512sums=('9dc2bbd0a6b6922cbd3ae96f3d5d36fd478bb98e3513ae73377b05ad4198c7b565f642d693af32909c4fa98b87266faba2eaf50b4ad549c90571a972877b5a30')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"