Skip to content

Commit 89223a8

Browse files
committed
main/chicken: update to 6.0.0
1 parent 23c9fed commit 89223a8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

main/chicken/template.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pkgname = "chicken"
2-
pkgver = "5.4.0"
2+
pkgver = "6.0.0"
33
pkgrel = 0
44
build_style = "makefile"
55
depends = [self.with_pkgver("chicken-devel")]
66
pkgdesc = "Practical and portable Scheme system"
77
license = "BSD-3-Clause"
88
url = "https://call-cc.org"
99
source = f"https://code.call-cc.org/releases/{pkgver}/chicken-{pkgver}.tar.gz"
10-
sha256 = "3c5d4aa61c1167bf6d9bf9eaf891da7630ba9f5f3c15bf09515a7039bfcdec5f"
10+
sha256 = "92835552b1b687ad26737e429b5aba36510bf429f8816ec0f6d336c8cb41f443"
1111
# is fwrapv so it mostly does not matter, still breaks tests on loongarch
1212
hardening = ["!int"]
1313
# parallel build unsupported
@@ -20,6 +20,7 @@ def init_build(self):
2020
"CXX_COMPILER": self.get_tool("CXX"),
2121
"C_COMPILER_OPTIMIZATION_OPTIONS": self.get_cflags(shell=True),
2222
"LINKER_OPTIONS": self.get_ldflags(shell=True),
23+
"PLATFORM": "linux",
2324
}
2425

2526

0 commit comments

Comments
 (0)