We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decdac9 commit 559ae92Copy full SHA for 559ae92
srcpkgs/mise/template
@@ -1,6 +1,6 @@
1
# Template file for 'mise'
2
pkgname=mise
3
-version=2025.8.20
+version=2025.12.12
4
revision=1
5
build_style=cargo
6
hostmakedepends="pkg-config"
@@ -11,7 +11,11 @@ license="MIT"
11
homepage="https://github.com/jdx/mise"
12
changelog="https://github.com/jdx/mise/releases"
13
distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
14
-checksum=f92d22face0128612fe27039f80beae0cd30335240cb7be1aff22b429048f485
+checksum=50f3572e99b5dcd087a66aadc9e3f0a7499c26221a809ecf9a8de0bd8ab5df75
15
+
16
+case "$XBPS_TARGET_MACHINE" in
17
+ armv*) hostmakedepends+=" cmake";;
18
+esac
19
20
post_install() {
21
vlicense LICENSE
0 commit comments