summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpandada82023-06-13 18:45:41 +0800
committerpandada82023-06-13 18:45:41 +0800
commit023234eb9ea775128d6e7735423e3e0bb497dbba (patch)
tree42896038eff2e9872e0f62fff961f4e9f3bbfe04 /PKGBUILD
parentc2d04fa21fd4e5482dbf57e5adfec4aeb4141fce (diff)
downloadaur-023234eb9ea775128d6e7735423e3e0bb497dbba.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b29f2fa1f18..cabe4989107d 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.7.5
+pkgver=0.7.8
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=('e8483fe7939802f84302c9bd952825077af7c27e8bc6aba80d21102e5cba3349a8d18ee4effae5603e2f80f65417757bf344b25a20997dbe8e4828dfe3d88787')
+sha512sums=('4117857c3b5e0b17c7f7576db614633d245f7fc5e6d924fbc76e761429d959fe59cd07d5ee463301d5ef9ca56901251bd04d015fd7195eade70add89665aa585')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"