summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2021-11-25 11:40:57 -0300
committerFilipe Nascimento2021-11-25 11:40:57 -0300
commit20694257bf97f8765453516d2dd76d37039e1a4c (patch)
treee830c4f391cb9507ba4fb0ec646b06bab964f118 /PKGBUILD
parent51fcb1e091c6b76d1f400e84e02ad947642b91ac (diff)
downloadaur-20694257bf97f8765453516d2dd76d37039e1a4c.tar.gz
upgpkg: act 0.2.25-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf940c6387ab..dbc4c6341fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sven Lechner <sven[dot]lechner[at]rwth-aachen[dot]de>
pkgname=act
-pkgver=0.2.24
+pkgver=0.2.25
pkgrel=1
pkgdesc="Run your GitHub Actions locally"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('docker')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c6bc09cac52483e175f25d50a262e6b0815789a243a657b6b0c597f048487e0f')
+sha256sums=('63d86e8156be39b8cb073ab0e98cb97f9eab18997b6b9678f9026a2d52f6af13')
build() {
cd $pkgname-$pkgver