summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2021-02-19 15:56:28 +0300
committeristimaldar2021-02-19 15:56:28 +0300
commit7c1b9f5255c99f4937db7d08127df6e97b53f713 (patch)
treeb7f10248835a184ed2b4f6f2e319c0b002d89b96
parent5d5fa7e0d617048dfa1faf55841293cb4c041be7 (diff)
downloadaur-7c1b9f5255c99f4937db7d08127df6e97b53f713.tar.gz
v0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5645939dcd42..f222bf318c80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.5.1
+ pkgver = 0.5.2
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.1/earthly-linux-amd64
- sha512sums = 57a43b984400ab13590916e6ed095b45d7718e41ada93500c12ad8d75a22847a2f3e85b8f04d5067b2ec6f318eb35e8d57d19b4682e1e24633d15d94bd4373d8
+ source = https://github.com/earthly/earthly/releases/download/v0.5.2/earthly-linux-amd64
+ sha512sums = a89fc4272505193dcdb7bb69147a1f64d780bdffc8b0cd4c6a27d779e38a96d0fe348e955ca87455d51195f5da65899bd36fd22ef379b19dfcc87fdd9bc38390
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09fe2dbab5f1..b104faf0243d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.5.1
+pkgver=0.5.2
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=(
- '57a43b984400ab13590916e6ed095b45d7718e41ada93500c12ad8d75a22847a2f3e85b8f04d5067b2ec6f318eb35e8d57d19b4682e1e24633d15d94bd4373d8'
+ 'a89fc4272505193dcdb7bb69147a1f64d780bdffc8b0cd4c6a27d779e38a96d0fe348e955ca87455d51195f5da65899bd36fd22ef379b19dfcc87fdd9bc38390'
)
prepare() {