summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoristimaldar2021-06-16 22:19:21 +0300
committeristimaldar2021-06-16 22:19:21 +0300
commitdd73b0da5abdefe3c3c554ff89db4ea3ee0940ac (patch)
tree57e183a8a318f9d1ae4f5fe6337e9c95b06e44a6 /PKGBUILD
parentdd983c27bad83c4081a306ffb27aa0062319196c (diff)
downloadaur-dd73b0da5abdefe3c3c554ff89db4ea3ee0940ac.tar.gz
v0.5.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e605df1f68d..2db0b4658e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.5.15
+pkgver=0.5.17
pkgrel=2
pkgdesc='Build automation for the container era'
arch=('x86_64')
@@ -8,15 +8,15 @@ url='https://earthly.dev'
license=('custom:BSL', 'MPL-2.0')
install=${pkgname}.install
depends=(
- 'docker'
- 'git'
+ 'docker'
+ 'git'
)
source=(
"https://github.com/earthly/earthly/releases/download/v${pkgver}/earthly-linux-amd64"
)
sha512sums=(
- '8cad5ff3f8124eb90d560ba200beb14216c4e5e2dd68dc710e6c1d59d8271c205e1daa98434b413a81714a1e3b7a64a96344545388e9f47f8b46505da782c1c6'
+ 'a677f5c9aa9654df9db847160e920a929c5cc90e3485e94d69ac4b1f385f3c0fd22f909c91b7779e24d67652043be49ae4033834060ebe5d3fa14dbde1db7a7b'
)
prepare() {