Skip to content
Closed
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
4 changes: 2 additions & 2 deletions srcpkgs/ncspot/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'ncspot'
pkgname=ncspot
version=1.3.3
version=1.3.4
revision=1
build_style=cargo
build_helper="qemu"
Expand All @@ -14,7 +14,7 @@ license="BSD-2-Clause"
homepage="https://github.com/hrkfdn/ncspot"
changelog="https://raw.githubusercontent.com/hrkfdn/ncspot/main/CHANGELOG.md"
distfiles="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${version}.tar.gz"
checksum=26edf6f1861828452355d614349c0a2af49113b392d7cd52290ea7f180f6bfe5
checksum=93c4448b2c027c08c02295b2ffb1a48b684b65100cf4730b1dc9ae35afe06ea6

post_build() {
cargo auditable build --release --target ${RUST_TARGET} --package xtask
Expand Down