crystal: update to 1.18.0
This commit is contained in:
parent
d93a1f6d16
commit
6ad57e983e
2
mingw-w64-crystal/.gitignore
vendored
2
mingw-w64-crystal/.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
crystal
|
crystal
|
||||||
001-support-llvm-20.patch
|
|
||||||
002-fix-llvm-version-detection.patch
|
|
||||||
|
|||||||
@ -4,8 +4,8 @@ _bootstrap=1
|
|||||||
_realname=crystal
|
_realname=crystal
|
||||||
pkgbase="mingw-w64-${_realname}"
|
pkgbase="mingw-w64-${_realname}"
|
||||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||||
pkgver=1.17.1
|
pkgver=1.18.0
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Fast and statically typed, compiled language with Ruby-like syntax (mingw-w64)"
|
pkgdesc="Fast and statically typed, compiled language with Ruby-like syntax (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('ucrt64' 'mingw64' 'clang64' 'clangarm64')
|
mingw_arch=('ucrt64' 'mingw64' 'clang64' 'clangarm64')
|
||||||
@ -38,10 +38,8 @@ makedepends=(
|
|||||||
checkdepends=(
|
checkdepends=(
|
||||||
"${MINGW_PACKAGE_PREFIX}-lld" # needed for linking std_spec
|
"${MINGW_PACKAGE_PREFIX}-lld" # needed for linking std_spec
|
||||||
)
|
)
|
||||||
source=("${_realname}::git+${msys2_repository_url}.git#tag=${pkgver}"
|
source=("${_realname}::git+${msys2_repository_url}.git#tag=${pkgver}")
|
||||||
001-support-llvm-21.patch::https://github.com/crystal-lang/crystal/commit/0e3757ed.patch)
|
sha256sums=('bf3e91b56b438098faa2d0cb8adfe6fc79d9d241254aa09e287320a2d0037a2e')
|
||||||
sha256sums=('d1ed70a897be8820b035e28a48bec678006d5981523318a60f12642227575f11'
|
|
||||||
'709eba34759b1385b01f7fa51a42989edb41cd218b872b4acef8aa134f1bb226')
|
|
||||||
|
|
||||||
if (( _bootstrap )); then
|
if (( _bootstrap )); then
|
||||||
# stage 0 compiler
|
# stage 0 compiler
|
||||||
@ -61,8 +59,6 @@ prepare() {
|
|||||||
git config core.symlinks true &&
|
git config core.symlinks true &&
|
||||||
MSYS='winsymlinks:nativestrict' git restore --source=HEAD :/
|
MSYS='winsymlinks:nativestrict' git restore --source=HEAD :/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
patch -p1 -i "${srcdir}"/001-support-llvm-21.patch
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user