mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
mise: update to 2024.4.0.
This commit is contained in:
parent
add0a6635f
commit
8da4535207
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'mise'
|
||||
pkgname=mise
|
||||
version=2024.3.7
|
||||
version=2024.4.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
# skip cli tests: fail to find executable
|
||||
make_check_args="-- --skip cli::direnv::exec::tests"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
|
||||
hostmakedepends="pkg-config libgit2-devel"
|
||||
makedepends="openssl-devel libgit2-devel"
|
||||
short_desc="Polyglot runtime manager (asdf rust clone)"
|
||||
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jdx/mise"
|
||||
changelog="https://github.com/jdx/mise/releases"
|
||||
distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=539511da46a0f9ca9882cdf087a50572ad77b2a6cee85f3e39d90f0597bed62b
|
||||
checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue