summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2024-01-25 18:37:12 -0300
committerDaniel Bermond2024-01-25 18:37:12 -0300
commit0f535cf80393a38c8b19b0d264820ab699600371 (patch)
treefb62cead1f530399d06c621b9fc3732cdcc067fb
parent1ca4ebc6ab382f0442ba5126280dd1dd473ba183 (diff)
downloadaur-0f535cf80393a38c8b19b0d264820ab699600371.tar.gz
Update to version 0.8.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 635850843ec0..205af3a19c4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = earthly
pkgdesc = A build automation tool that executes in containers
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://earthly.dev/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = earthly
makedepends = git
makedepends = go
depends = docker
- source = git+https://github.com/earthly/earthly.git#tag=v0.8.1
+ source = git+https://github.com/earthly/earthly.git#tag=v0.8.2
sha256sums = SKIP
pkgname = earthly
diff --git a/PKGBUILD b/PKGBUILD
index c4f03b65d46b..dfbc94ad86b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=earthly
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc='A build automation tool that executes in containers'
arch=('x86_64')