mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mise: update to 2024.8.5.
This commit is contained in:
parent
2d94c0eb34
commit
7a559b37fa
1 changed files with 4 additions and 9 deletions
|
@ -1,23 +1,18 @@
|
||||||
# Template file for 'mise'
|
# Template file for 'mise'
|
||||||
pkgname=mise
|
pkgname=mise
|
||||||
version=2024.7.4
|
version=2024.8.5
|
||||||
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"
|
||||||
hostmakedepends="pkg-config libgit2-devel"
|
hostmakedepends="pkg-config libgit2-1.8-devel"
|
||||||
makedepends="openssl-devel libgit2-devel"
|
makedepends="openssl-devel libgit2-1.8-devel"
|
||||||
short_desc="Polyglot runtime manager (asdf rust clone)"
|
short_desc="Polyglot runtime manager (asdf rust clone)"
|
||||||
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||||
license="MIT"
|
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=96684077b01178bf402873f130a040e0ad142c729e95184b9d176e3e9092299d
|
checksum=38a7d5da54b8089202c7fc576a0310cc06a422e4ee2e3c5980439eb2e602495a
|
||||||
|
|
||||||
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