summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')