summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2021-02-02 16:08:32 +0300
committeristimaldar2021-02-02 16:08:32 +0300
commit19ae45da53b9ae030c7c5b08db07f5ae8b612101 (patch)
tree4eae73b9c9164d64aac6d70bf4fbe6f3daac3564
parentdc48633ca2fe69867443bcc8aef41a019193aae6 (diff)
downloadaur-19ae45da53b9ae030c7c5b08db07f5ae8b612101.tar.gz
v0.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rwxr-xr-xearthly-bin.install2
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3feb78821e8..0f9c7258f5ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = earthly-bin
pkgdesc = Build automation for the container era
- pkgver = 0.4.5
+ pkgver = 0.5.0
pkgrel = 1
url = https://earthly.dev
install = earthly-bin.install
arch = x86_64
+ license = custom:BSL,
license = MPL-2.0
depends = docker
depends = git
- source = https://github.com/earthly/earthly/releases/download/v0.4.5/earthly-linux-amd64
- sha512sums = 01d0da69594dc25c673598addd6107c2d7e8078ab49f9a6a278e4f91eceba229a67a5b0f9303bb06eb804258a342bef8783895a7620c1aa6528c4bfe631ea769
+ source = https://github.com/earthly/earthly/releases/download/v0.5.0/earthly-linux-amd64
+ sha512sums = 9bb56adc6d97e7dd0165690f3f63177245d55a397a32b436a40002fce7a9a8befbcfdc0e4d0cf79a43376c7dc5400521228ee1f214b92783e7c51e424b40856c
pkgname = earthly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 73e87014bc87..8e4f17f2008b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=earthly-bin
-pkgver=0.4.5
+pkgver=0.5.0
pkgrel=1
pkgdesc='Build automation for the container era'
arch=('x86_64')
url='https://earthly.dev'
-license=('MPL-2.0')
+license=('custom:BSL', 'MPL-2.0')
install=${pkgname}.install
depends=(
'docker'
@@ -16,7 +16,7 @@ source=(
"https://github.com/earthly/earthly/releases/download/v${pkgver}/earthly-linux-amd64"
)
sha512sums=(
- '01d0da69594dc25c673598addd6107c2d7e8078ab49f9a6a278e4f91eceba229a67a5b0f9303bb06eb804258a342bef8783895a7620c1aa6528c4bfe631ea769'
+ '9bb56adc6d97e7dd0165690f3f63177245d55a397a32b436a40002fce7a9a8befbcfdc0e4d0cf79a43376c7dc5400521228ee1f214b92783e7c51e424b40856c'
)
prepare() {
diff --git a/earthly-bin.install b/earthly-bin.install
index e480bcef5b65..e5748f8a98a9 100755
--- a/earthly-bin.install
+++ b/earthly-bin.install
@@ -1,6 +1,6 @@
post_install() {
echo -e "\e[1mAutocomplete\e[0m:"
- echo -e " To enable shell autocomplete run \e[1mearth bootstrap\e[0m"
+ echo -e " To enable shell autocomplete run \e[1mearthly bootstrap\e[0m"
}
post_upgrade() {