summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2020-12-24 00:55:12 +0300
committeristimaldar2020-12-24 00:55:12 +0300
commit01c7c88ffc14068cc0de69c4a4f4e9d197a6aca3 (patch)
tree2e3e131b685785c367c52ba7a827e7b15a852c12
parent3b71bea0d8515cd79e73041e15d36fdee3078156 (diff)
downloadaur-01c7c88ffc14068cc0de69c4a4f4e9d197a6aca3.tar.gz
v0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f50b21e50b05..5f16e8c7c156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://earthly.dev
install = earthly-bin.install
@@ -8,8 +8,8 @@ pkgbase = earthly-bin
license = MPL-2.0
depends = docker
depends = git
- source = https://github.com/earthly/earthly/releases/download/v0.4.1/earthly-linux-amd64
- sha512sums = 9b4f002d1c24a822d8dde54e358496169a61c5d64ed7363f462aa0cc902ac2bfe2937739c8d094c027f3ec581eca636f0870d2afd487f9ecfcfe226685beea80
+ source = https://github.com/earthly/earthly/releases/download/v0.4.2/earthly-linux-amd64
+ sha512sums = 9e82c653612e55033f9cf547475d49d47b1e4f4932a6295704e7013a48df32329ecdfc12c6b789dc958a8fb17c73ee4ac2d0d128cc43c1d0ace1b24c3b3f17ad
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index be2fa436cb65..06ed424945d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.4.1
+pkgver=0.4.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=(
- '9b4f002d1c24a822d8dde54e358496169a61c5d64ed7363f462aa0cc902ac2bfe2937739c8d094c027f3ec581eca636f0870d2afd487f9ecfcfe226685beea80'
+ '9e82c653612e55033f9cf547475d49d47b1e4f4932a6295704e7013a48df32329ecdfc12c6b789dc958a8fb17c73ee4ac2d0d128cc43c1d0ace1b24c3b3f17ad'
)
prepare() {