summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebe9d142a32a..843c3983e000 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.6.5
+pkgver=0.6.10
pkgrel=1
pkgdesc='Build automation for the container era'
arch=('x86_64')
@@ -18,7 +18,7 @@ conflicts=('earthly')
source=(
"${pkgname}-${pkgver}::https://github.com/earthly/earthly/releases/download/v${pkgver}/earthly-linux-amd64"
)
-sha512sums=('d933c5c364f582717bb14b07f700378f440f7812cc700e6997c8322f738c150dfe214aea4d021232d09aba2f0309f72ceb64d9b8a8f0ee5037b3faf0a21483ff')
+sha512sums=('ba87575fcbaad29d2b3935aaa294c1a6ff93249c49b21ec6587a03298b5e1d93fbc0428a0a7149e172f521c0bec0b7ba78b309cc0ad28b80260dcb85af3c8102')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"