summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpandada82022-08-21 21:32:53 +0800
committerpandada82022-08-21 21:32:53 +0800
commit1204015bb6a6ec471266b4c7774b6d0ea7c22574 (patch)
treebabff7edac1f1caa715ba947eadcd223f8ec7faf /PKGBUILD
parentdb79cedb20270ca5e6eaf41574b13d61582733cb (diff)
downloadaur-1204015bb6a6ec471266b4c7774b6d0ea7c22574.tar.gz
fix: bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef3c0d7ef56f..552a106ebe51 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.20
+pkgver=0.6.22
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=('c82f1210648ad89c228cba64889e00664efc933685d6d81572461481d5c2c4dce6be7e7f8555120f44369886e3dc46729a2e0d96c5d75bade0f368406d69889b')
+sha512sums=('7888e93fc99034e40feb4ebfafabb3b6eddc5dd672b600b771b13e2d542140d19c3e68782eeb9af90ec639e0f55e7f307323ff7cf3006168258e691b04dd8006')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/earthly"