makedeb
Run your GitHub Actions locally 🚀
Click here to go back to the commit logs for act-bin.
Hash: ecfa8b3f55d98c476cda86ae939f6d5b956ac8cd
Message: v0.2.68
diff --git a/.SRCINFO b/.SRCINFO
index a9136c0..3bad140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = act-bin
pkgbase = act-bin
pkgdesc = Run your GitHub Actions locally 🚀
pkgrel = 1
-pkgver = 0.2.67
+pkgver = 0.2.68
url = https://github.com/nektos/act
arch = amd64
conflicts = act
license = MIT
provides = act
-source = act_Linux_x86_64-0.2.67.tar.gz::https://github.com/nektos/act/releases/download/v0.2.67/act_Linux_x86_64.tar.gz
-sha256sums = 0928ffaff386c175934669e2cca8dfc1f5f05a655c33fc3ab462bafcbbba25b7
+source = act_Linux_x86_64-0.2.68.tar.gz::https://github.com/nektos/act/releases/download/v0.2.68/act_Linux_x86_64.tar.gz
+sha256sums = b6898e98d2e22fb1f2dbcba946f686c5426fda42345a2d1d8d523d1a523cdf79
diff --git a/PKGBUILD b/PKGBUILD
index 36e005d..65f38ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: set sw=2 expandtab:
repology_pkgname=act-run-github-actions
pkgname=act-bin
-pkgver=0.2.67
+pkgver=0.2.68
pkgrel=1
pkgdesc='Run your GitHub Actions locally 🚀'
arch=(amd64)
@@ -12,7 +12,7 @@ license=('MIT')
url='https://github.com/nektos/act'
source=("act_Linux_x86_64-${pkgver}.tar.gz::https://github.com/nektos/act/releases/download/v${pkgver}/act_Linux_x86_64.tar.gz")
-sha256sums=('0928ffaff386c175934669e2cca8dfc1f5f05a655c33fc3ab462bafcbbba25b7')
+sha256sums=('b6898e98d2e22fb1f2dbcba946f686c5426fda42345a2d1d8d523d1a523cdf79')
package() {
install -D "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/act/LICENSE"