archiver: update to 3.0.0.
This commit is contained in:
parent
c20b6491a3
commit
3ea7060acc
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'archiver'
|
# Template file for 'archiver'
|
||||||
pkgname=archiver
|
pkgname=archiver
|
||||||
version=2.1
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/mholt/archiver"
|
go_import_path=github.com/mholt/archiver
|
||||||
go_package="${go_import_path}/cmd/archiver"
|
go_package="${go_import_path}/cmd/arc"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Easily create and extract common archive formats"
|
short_desc="Easily create and extract common archive formats"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mholt/archiver"
|
homepage="https://github.com/mholt/archiver"
|
||||||
distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
|
||||||
checksum=78dd79e2b5bd76f5b70120f603a2660e63bbcc2ab30c4e66640a2e4961f94c54
|
checksum=48f5f81fba6ebb985ee9a7342b61de62f3882f3cf0fead86ac60bfd97b7b1bd3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue