Skip to content
Merged
Show file tree
Hide file tree
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/cargo-auditable-bootstrap/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'cargo-auditable-bootstrap'
# Keep synced with cargo-auditable
pkgname=cargo-auditable-bootstrap
version=0.7.4
version=0.7.5
revision=1
build_wrksrc=cargo-auditable
build_style=cargo
Expand All @@ -14,7 +14,7 @@ license="Apache-2.0 OR MIT"
homepage="https://github.com/rust-secure-code/cargo-auditable"
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
checksum=4ce3fefc10d704db496c8701d8b2c8623abfbf5af1c673ff607fd1afa6c68052
checksum=8e6566cf51444f6f6d10230e62487979fa79247fe027d0a8acafaa88e6af0fd7
repository=bootstrap

post_install() {
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/cargo-auditable/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'cargo-auditable'
# Keep synced with cargo-auditable-bootstrap
pkgname=cargo-auditable
version=0.7.4
version=0.7.5
revision=1
build_wrksrc=cargo-auditable
build_style=cargo
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0 OR MIT"
homepage="https://github.com/rust-secure-code/cargo-auditable"
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
checksum=4ce3fefc10d704db496c8701d8b2c8623abfbf5af1c673ff607fd1afa6c68052
checksum=8e6566cf51444f6f6d10230e62487979fa79247fe027d0a8acafaa88e6af0fd7
conflicts=cargo-auditable-bootstrap

post_install() {
Expand Down