dev-lang/odin: drop 2025.06, add 2026.01

Signed-off-by: Saveliy Boyarchuk <sav.boyar@gmail.com>
This commit is contained in:
Saveliy Boyarchuk
2026-02-07 16:48:28 +03:00
parent 5f3f724e67
commit 10175b0c38
3 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
DIST dev-2025-06.tar.gz 141818423 BLAKE2B 0b67932137d5e578af08688bd348946b9141506b63630ffff2cedc52888d031c102764cbd586ba81d744a56560dfde505ddecee5de351c2c40e308c74aaa507e SHA512 2dc1d406dd62206829fc3c7f430974612494e0938c2bf88d9d797eb07c511cc6c2e30f7cccd1a2ea35db9ee1d5c04644acaf4cac1496f667f74394e33b33ee74
DIST odin-2026-01.tar.gz 147388145 BLAKE2B 579efc63d4aa91cbe6b6c98f64a504a7f50c0202a6a69c70a15566af32fa912a3d496fbe0d8e6767411cf4aba8de9ba23a0080dee644b10982f9e8452fa9feb7 SHA512 b16eb920643a381af47baba18aa38548eb7decfc276f4ae38323a820eb3ad174872daf9199e432fa805f3e5b897b473e48ecda426b93ff3f9c87c77ea4c5c4e3

View File

@@ -15,7 +15,7 @@ if [[ $PV == 9999 ]]; then
inherit git-r3
else
MY_PV="${PV/./-}"
SRC_URI="https://github.com/odin-lang/Odin/archive/refs/tags/dev-${MY_PV}.tar.gz"
SRC_URI="https://github.com/odin-lang/Odin/archive/refs/tags/dev-${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
# Source directory; the dir where the sources can be found (automatically
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
# If you don't need to change it, leave the S= line out of the ebuild

View File

@@ -24,7 +24,6 @@ else
KEYWORDS="~amd64"
fi
LICENSE="BSD"
SLOT="0"