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 71fbe0a2a391..a9fe43ee9d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.8.7
+ 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.7::https://github.com/earthly/earthly/releases/download/v0.8.7/earthly-linux-amd64
- sha512sums = 41c7c1086e2eb7d423b54c5f84c56197ee6ee3b2ca643c909ffed6504f517f81fe3ef12fa068c37cbf53a5c21e28c5656ff70045d28dfdb26726c990735c59fb
+ 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 12a7e7eb331d..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.7
+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=('41c7c1086e2eb7d423b54c5f84c56197ee6ee3b2ca643c909ffed6504f517f81fe3ef12fa068c37cbf53a5c21e28c5656ff70045d28dfdb26726c990735c59fb')
+sha512sums=('9dc2bbd0a6b6922cbd3ae96f3d5d36fd478bb98e3513ae73377b05ad4198c7b565f642d693af32909c4fa98b87266faba2eaf50b4ad549c90571a972877b5a30')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"