From ccc9fb866eca2d1f83f168e88302511ebac0f555 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 24 Dec 2022 18:33:40 -0500 Subject: [PATCH] act: update to 0.2.34. Apache-2.0 licence added since upstream now includes some docker-cli code. --- srcpkgs/act/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/act/template b/srcpkgs/act/template index 939b9a8a0a10..1e1b335827eb 100644 --- a/srcpkgs/act/template +++ b/srcpkgs/act/template @@ -1,16 +1,16 @@ # Template file for 'act' pkgname=act -version=0.2.29 +version=0.2.34 revision=1 build_style=go go_import_path="github.com/nektos/act" go_ldflags="-X main.version=${version}" short_desc="Run your GitHub Actions locally" maintainer="0x5c " -license="MIT" +license="MIT, Apache-2.0" homepage="https://github.com/nektos/act" distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz" -checksum=92c7f774395e98cff2e53c9739d8266027837cd27f437514ea342a59179c3115 +checksum=a036406c7d20c31e168ba90540ebb27c4c107f8915bd15a971496194200e137f post_install() { vlicense LICENSE