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.5
version=0.7.6
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=8e6566cf51444f6f6d10230e62487979fa79247fe027d0a8acafaa88e6af0fd7
checksum=04cb1c742bdd2ed0ddbb0e05a89dba24a00391c9145ef357c23ff653eba8c166
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.5
version=0.7.6
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=8e6566cf51444f6f6d10230e62487979fa79247fe027d0a8acafaa88e6af0fd7
checksum=04cb1c742bdd2ed0ddbb0e05a89dba24a00391c9145ef357c23ff653eba8c166
conflicts=cargo-auditable-bootstrap

post_install() {
Expand Down