summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpandada82022-03-26 18:08:37 +0800
committerpandada82022-03-26 18:08:37 +0800
commit37ba3b62be607901561f92909e8c47bdcbc56012 (patch)
tree4788bf54a007c301de125c130e58cb205a38c57b /PKGBUILD
parent60b1db5d1de3fccef58e7c71702bc4d21399cb43 (diff)
downloadaur-37ba3b62be607901561f92909e8c47bdcbc56012.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 91619e353ad1..b07743199b06 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.11
+pkgver=0.6.12
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=('3e43db3894c2fbc4a10e9865c0f25ffb9a5eacf29f7521bdc7bc249af476b7046f2160be81c049f7ceaa07ed0746bb45efd651282069490e76ef0efa16a7af67')
+sha512sums=('2f3253b5e08e2f247f1497543975b832a175e171ec7aa19c4a1cfbd6b1d8279ba15c7e9f2a5e865b132876d2524883e2df96bee933e5135bb36a2295938aacd5')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"