summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2021-01-08 09:55:51 +0300
committeristimaldar2021-01-08 09:55:51 +0300
commite8eff071d50ba39470d21251acef3971a5843e76 (patch)
treea156a0f42045094d9fdb6ac47a9b3b8ec8df8356
parent78340182872fb031d7ef2fa22260c66154aea8c5 (diff)
downloadaur-e8eff071d50ba39470d21251acef3971a5843e76.tar.gz
v0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7220e15177c6..edc2cd559722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.4.3
+ pkgver = 0.4.4
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.3/earthly-linux-amd64
- sha512sums = 02880d6a748fa9562c48fb1b3bb7b7bc98f14f247fe7ec68f8822f0815a98bdb8a29fb360cadff3c993f2abb673c2f1f1c92cba47dfc1fe12818c2b060a5aafa
+ source = https://github.com/earthly/earthly/releases/download/v0.4.4/earthly-linux-amd64
+ sha512sums = 6284351aa4a2228f04e7a0817ca3773eda1ce9f662c4c0ebba59df4309028dcd9fbd153a58acbf4fee76d030d13fea27e8b5c4b8641141241920c16a270999a7
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae0e5d4e59dc..cdd09fc06b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.4.3
+pkgver=0.4.4
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=(
- '02880d6a748fa9562c48fb1b3bb7b7bc98f14f247fe7ec68f8822f0815a98bdb8a29fb360cadff3c993f2abb673c2f1f1c92cba47dfc1fe12818c2b060a5aafa'
+ '6284351aa4a2228f04e7a0817ca3773eda1ce9f662c4c0ebba59df4309028dcd9fbd153a58acbf4fee76d030d13fea27e8b5c4b8641141241920c16a270999a7'
)
prepare() {