testing/odin: upgrade to 0.2024.09

https://github.com/odin-lang/Odin/releases/tag/dev-2024-09
This commit is contained in:
fossdd 2024-09-03 11:28:43 +02:00 committed by Celeste
parent d2f45803a5
commit f85a4c6c01

View File

@ -2,13 +2,12 @@
# Maintainer: fossdd <fossdd@pwned.life>
pkgname=odin
_pkgname=Odin
pkgver=0.2024.08
_realver=dev-2024-08
pkgver=0.2024.09
_realver=dev-2024-09
pkgrel=0
_llvmver=18
pkgdesc="Fast, concise, readable, pragmatic and open sourced programming language"
url="https://odin-lang.org/"
# Only x86_64 supported: http://odin-lang.org/docs/install/#support
arch="x86_64 aarch64"
license="BSD-2-Clause"
depends="
@ -58,7 +57,7 @@ build() {
check() {
./odin check examples/all -strict-style
./odin test tests/benchmark -file -all-packages -define:ODIN_TEST_FANCY=false
#./odin test tests/benchmark -file -all-packages -define:ODIN_TEST_FANCY=false
#./odin test tests/core/normal.odin -file -all-packages -define:ODIN_TEST_FANCY=false
#./odin test tests/core/speed.odin -file -all-packages -o:speed -define:ODIN_TEST_FANCY=false
#./odin test tests/vendor -all-packages -define:ODIN_TEST_FANCY=false
@ -88,5 +87,5 @@ vendor() {
}
sha512sums="
b151dec0dd0f863c93e6c49f9cae45769c0386733b91e962163c55c4d6cc6e794b772c6c47f91b78f84cddb6572e91c37cac31a47df6a86bf39fdb901b657930 odin-0.2024.08.tar.gz
47421178fdf48a70eac585b3dc165046d2c0f21d1208f47acead37e93b97b94ff4ba716c907a5958d5c3b992b04df5f7b4a29dc03adba08020da6a0620cd0c87 odin-0.2024.09.tar.gz
"