summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2021-04-06 11:44:49 +0300
committeristimaldar2021-04-06 11:44:49 +0300
commit16f3aa3a1f125b3d56e368ee3dc5acdd91e15620 (patch)
tree0235726ff0630a37e6aed8ac92925788567de102
parenta80bb1d7026ad8ba648a2c3a09a4bb2b6abd64fc (diff)
downloadaur-16f3aa3a1f125b3d56e368ee3dc5acdd91e15620.tar.gz
v0.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a815103a197..0d6882d270bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.5.8
+ pkgver = 0.5.9
pkgrel = 2
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.8/earthly-linux-amd64
- sha512sums = e4a1e0f0c4ffc6d64912b836d5fa0fb54bee09fc4f171e46bb680555d342383e6674e238ae54af7d1ae7a48b9daf141eb0ae1263e7f5bc38613411640f20e52b
+ source = https://github.com/earthly/earthly/releases/download/v0.5.9/earthly-linux-amd64
+ sha512sums = 7738f6360df29d8c513af820a603f05bfd6709a3b4dc8a8c1928216b8e1105803c7f92ad48a8469bedba12599e2a24316baf348a6a54b4b121b6e6c9623bfaf1
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f87c70b8859..79ba573404ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=2
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=(
- 'e4a1e0f0c4ffc6d64912b836d5fa0fb54bee09fc4f171e46bb680555d342383e6674e238ae54af7d1ae7a48b9daf141eb0ae1263e7f5bc38613411640f20e52b'
+ '7738f6360df29d8c513af820a603f05bfd6709a3b4dc8a8c1928216b8e1105803c7f92ad48a8469bedba12599e2a24316baf348a6a54b4b121b6e6c9623bfaf1'
)
prepare() {