mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ouch: update to 0.4.2
This commit is contained in:
parent
049d3c9b46
commit
46eee35ebd
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'ouch'
|
# Template file for 'ouch'
|
||||||
pkgname=ouch
|
pkgname=ouch
|
||||||
version=0.4.1
|
version=0.4.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="liblzma-devel bzip2-devel libzip-devel"
|
makedepends="liblzma-devel bzip2-devel libzip-devel libzstd-devel"
|
||||||
short_desc="CLI utility for easily compressing and decompressing files and dirs"
|
short_desc="CLI utility for easily compressing and decompressing files and dirs"
|
||||||
maintainer="Savoy <savoy@liberation.red>"
|
maintainer="Savoy <savoy@liberation.red>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ouch-org/ouch"
|
homepage="https://github.com/ouch-org/ouch"
|
||||||
|
changelog="https://raw.githubusercontent.com/ouch-org/ouch/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/ouch-org/ouch/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/ouch-org/ouch/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=b0fcd6bbe6c66544b5bf1167d72605427c5cc6afae564f23f3eff5ea22b01b79
|
checksum=08015fa92770515cfa00570bc5f0f0a4f28f0ad238f360f3579ac043723a6ec2
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export OUCH_ARTIFACTS_FOLDER=artifacts
|
export OUCH_ARTIFACTS_FOLDER=artifacts
|
||||||
|
|
Loading…
Add table
Reference in a new issue