mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
act: update to 0.2.34.
Apache-2.0 licence added since upstream now includes some docker-cli code.
This commit is contained in:
parent
5e6cf7fd1d
commit
93f8959efb
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'act'
|
# Template file for 'act'
|
||||||
pkgname=act
|
pkgname=act
|
||||||
version=0.2.29
|
version=0.2.34
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/nektos/act"
|
go_import_path="github.com/nektos/act"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
short_desc="Run your GitHub Actions locally"
|
short_desc="Run your GitHub Actions locally"
|
||||||
maintainer="0x5c <dev@0x5c.io>"
|
maintainer="0x5c <dev@0x5c.io>"
|
||||||
license="MIT"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://github.com/nektos/act"
|
homepage="https://github.com/nektos/act"
|
||||||
distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=92c7f774395e98cff2e53c9739d8266027837cd27f437514ea342a59179c3115
|
checksum=a036406c7d20c31e168ba90540ebb27c4c107f8915bd15a971496194200e137f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue