summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2024-02-02 13:17:50 -0300
committerFilipe Nascimento2024-02-02 13:17:50 -0300
commit0ad25a695efc9600fce1fcabcf08d0472f87c934 (patch)
treeb46e630682e8b91d63e410bf37fc5413068cade1 /PKGBUILD
parent6849ffe2a7cd5ffe3c03a0de77ca82c35435cd46 (diff)
downloadaur-0ad25a695efc9600fce1fcabcf08d0472f87c934.tar.gz
upgpkg: act 0.2.59-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 cf325cc46bfe..743eb8d09671 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.57
+pkgver=0.2.59
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=('7c903d270c82efcf31da5a339950a87b597f3c82635952f7bfd4d127667fb924')
+sha256sums=('7be3ca3adeb80d15e03aa490fa88c7089ba5eea0877b3502d45339f5bc7c0321')
build() {
cd $pkgname-$pkgver