summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpandada82024-04-07 12:13:43 +0800
committerpandada82024-04-07 12:13:43 +0800
commiteac50b4fa95ba84f2bbc0fdd0a320ba5c9c665d7 (patch)
tree48bf66d2dd58fba8865352c1fa2f8f2a52c13299
parent249f09fb57f40e475384f1fa657cbc1fda9fc0ca (diff)
downloadaur-earthly-bin.tar.gz
fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ab4f5ee3430..71fbe0a2a391 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.7
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.7::https://github.com/earthly/earthly/releases/download/v0.8.7/earthly-linux-amd64
+ sha512sums = 41c7c1086e2eb7d423b54c5f84c56197ee6ee3b2ca643c909ffed6504f517f81fe3ef12fa068c37cbf53a5c21e28c5656ff70045d28dfdb26726c990735c59fb
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index f9f412578aa8..12a7e7eb331d 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.7
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=('41c7c1086e2eb7d423b54c5f84c56197ee6ee3b2ca643c909ffed6504f517f81fe3ef12fa068c37cbf53a5c21e28c5656ff70045d28dfdb26726c990735c59fb')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"