1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/odin: upgrade to 0.2025.07

https://github.com/odin-lang/Odin/releases/tag/dev-2025-07
This commit is contained in:
fossdd 2025-07-10 08:10:36 +00:00 committed by achill (fossdd)
parent 4e721e45ef
commit cabfd222e6

View file

@ -1,7 +1,7 @@
maintainer="fossdd <fossdd@pwned.life>"
pkgname=odin
_pkgname=Odin
pkgver=0.2025.06
pkgver=0.2025.07
_realver=${pkgver/0./dev-}
_realver=${_realver/./-}
pkgrel=0
@ -72,7 +72,7 @@ package() {
cp -r shared "$pkgdir"/usr/lib/odin/shared
mkdir "$pkgdir"/usr/lib/odin/vendor # has to exist for odin
ln -s /usr/lib/odin/odin "$pkgdir"/usr/bin/odin
ln -s ../lib/odin/odin "$pkgdir"/usr/bin/odin
install -Dm644 README.md "$pkgdir"/usr/share/doc/odin/README.md
install -Dm644 PROPOSAL-PROCESS.md "$pkgdir"/usr/share/doc/odin/PROPOSAL-PROCESS.md
@ -87,5 +87,5 @@ vendor() {
}
sha512sums="
2dc1d406dd62206829fc3c7f430974612494e0938c2bf88d9d797eb07c511cc6c2e30f7cccd1a2ea35db9ee1d5c04644acaf4cac1496f667f74394e33b33ee74 odin-0.2025.06.tar.gz
ce245639ab97fac6ac0538ca94512e26ce564bc15c5ded7a9aa16c8e179e552e5d72809666dc41eea5e2e9fe1044d6e1190309f254f1da3de6d3813986c372ec odin-0.2025.07.tar.gz
"