mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mise: update to 2025.3.7.
This commit is contained in:
parent
6080d743ef
commit
01530926d5
1 changed files with 4 additions and 5 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'mise'
|
# Template file for 'mise'
|
||||||
pkgname=mise
|
pkgname=mise
|
||||||
version=2025.1.9
|
version=2025.3.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
|
hostmakedepends="pkg-config"
|
||||||
hostmakedepends="pkg-config libgit2-1.8-devel"
|
makedepends="openssl-devel libzstd-devel bzip2-devel"
|
||||||
makedepends="openssl-devel libgit2-1.8-devel libzstd-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=e44369529d2a786361dd1fa136fea130216768f709cb623447e68f1b19637e13
|
checksum=44256cca94b72d6975ff4a72ed4558bea0485fc4a23007c88305404656d9d1bb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue