Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/ouch/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ouch'
pkgname=ouch
version=0.6.1
revision=2
version=0.8.0
revision=1
build_style=cargo
configure_args="--no-default-features --features=use_zlib,use_zstd_thin"
hostmakedepends="pkg-config clang"
Expand All @@ -13,7 +13,7 @@ license="MIT"
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"
checksum=e6265071affab228ba7d3ca85f2206029445038b3a3d96036e9bf02b795ad651
checksum=72ed23c0b2aa51b1b33d3251ddae14cf2bb07a24035d1593c06fc97070e4edf0

pre_build() {
export OUCH_ARTIFACTS_FOLDER=artifacts
Expand Down