makedeb


act-bin 0.2.67-1


Run your GitHub Actions locally 🚀

Click here to go back to the commit logs for act-bin.

Commit:


Hash: a939a49186b0c62cf1a3ad712cdc1e12b93ffa9f

Message: v0.2.67

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d37e957..a9136c0 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.66
+pkgver = 0.2.67
 url = https://github.com/nektos/act
 arch = amd64
 conflicts = act
 license = MIT
 provides = act
-source = https://github.com/nektos/act/releases/download/v0.2.66/act_Linux_x86_64.tar.gz
-sha256sums = 78af3327620fed8b736794803a638e730083e2f25caa52aa0108d2fb9670a0ad
+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
diff --git a/PKGBUILD b/PKGBUILD
index 502ae3a..36e005d 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.66
+pkgver=0.2.67
 pkgrel=1
 pkgdesc='Run your GitHub Actions locally 🚀'
 arch=(amd64)
@@ -11,8 +11,8 @@ conflicts=(act)
 license=('MIT')
 url='https://github.com/nektos/act'
 
-source=("https://github.com/nektos/act/releases/download/v${pkgver}/act_Linux_x86_64.tar.gz")
-sha256sums=('78af3327620fed8b736794803a638e730083e2f25caa52aa0108d2fb9670a0ad')
+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')
 
 package() {
   install -D "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/act/LICENSE"