summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2021-02-24 23:46:39 +0300
committeristimaldar2021-02-24 23:46:39 +0300
commit588720021faaa7e7a4470f77fdc24493e51bd400 (patch)
treebdc1301734097346ab624c7030e0f087efe7cef9
parent7c1b9f5255c99f4937db7d08127df6e97b53f713 (diff)
downloadaur-588720021faaa7e7a4470f77fdc24493e51bd400.tar.gz
v0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f222bf318c80..a570bee91dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://earthly.dev
install = earthly-bin.install
@@ -9,8 +9,8 @@ pkgbase = earthly-bin
license = MPL-2.0
depends = docker
depends = git
- source = https://github.com/earthly/earthly/releases/download/v0.5.2/earthly-linux-amd64
- sha512sums = a89fc4272505193dcdb7bb69147a1f64d780bdffc8b0cd4c6a27d779e38a96d0fe348e955ca87455d51195f5da65899bd36fd22ef379b19dfcc87fdd9bc38390
+ source = https://github.com/earthly/earthly/releases/download/v0.5.3/earthly-linux-amd64
+ sha512sums = 4af7492c715a8af9911b2c315bf689bf410eb31c35be6fee407b532486bde33d73d9672e562a460be0460aa5b04d628c9f074c8a020243e12e136b26ea658fee
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index b104faf0243d..bf2e9b09b226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc='Build automation for the container era'
arch=('x86_64')
@@ -16,7 +16,7 @@ source=(
"https://github.com/earthly/earthly/releases/download/v${pkgver}/earthly-linux-amd64"
)
sha512sums=(
- 'a89fc4272505193dcdb7bb69147a1f64d780bdffc8b0cd4c6a27d779e38a96d0fe348e955ca87455d51195f5da65899bd36fd22ef379b19dfcc87fdd9bc38390'
+ '4af7492c715a8af9911b2c315bf689bf410eb31c35be6fee407b532486bde33d73d9672e562a460be0460aa5b04d628c9f074c8a020243e12e136b26ea658fee'
)
prepare() {