summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpandada82023-05-17 12:15:44 +0800
committerpandada82023-05-17 12:15:44 +0800
commitc2d04fa21fd4e5482dbf57e5adfec4aeb4141fce (patch)
tree6e0102d31107f3bf161501ebd802ec8bb3e64cbf /PKGBUILD
parent22d5e2dd45a242f844cec9af21c16d64c5738878 (diff)
downloadaur-c2d04fa21fd4e5482dbf57e5adfec4aeb4141fce.tar.gz
fix: bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c31eccfd2ff..6b29f2fa1f18 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.4
+pkgver=0.7.5
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=('eff8cc2eed4883a73e2f405704736bb73f4d9ce66801de88e0801c35e00b132b66ccad00c4a5ab3fd4d3ede14814731adff5ce5e68774f6c9183bc02afd809e5')
+sha512sums=('e8483fe7939802f84302c9bd952825077af7c27e8bc6aba80d21102e5cba3349a8d18ee4effae5603e2f80f65417757bf344b25a20997dbe8e4828dfe3d88787')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"