mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mise: update to 2024.7.4.
This commit is contained in:
parent
01f660fe0c
commit
12435fda4b
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mise'
|
# Template file for 'mise'
|
||||||
pkgname=mise
|
pkgname=mise
|
||||||
version=2024.6.6
|
version=2024.7.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
|
make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
|
||||||
|
@ -12,7 +12,12 @@ license="MIT"
|
||||||
homepage="https://github.com/jdx/mise"
|
homepage="https://github.com/jdx/mise"
|
||||||
changelog="https://github.com/jdx/mise/releases"
|
changelog="https://github.com/jdx/mise/releases"
|
||||||
distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=757f4e5a8196a58d50a813306cbd50c25d975a4ed0b87f8ec1188308757f5569
|
checksum=96684077b01178bf402873f130a040e0ad142c729e95184b9d176e3e9092299d
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update built --precise 0.7.2
|
||||||
|
cargo update git2 --precise 0.18.3
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue