This commit is contained in:
Jonghyo Lee 2026-02-07 19:16:54 +09:00
parent 90775787e5
commit fd1c1722ca
No known key found for this signature in database
GPG key ID: AB69CFD0BE72421F
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
pkgbase = xwin-bin
pkgdesc = Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation
pkgver = 0.7.0
pkgrel = 2
pkgver = 0.8.0
pkgrel = 1
url = https://github.com/Jake-Shadle/xwin
arch = x86_64
arch = aarch64
@ -9,9 +9,9 @@ pkgbase = xwin-bin
license = MIT
provides = xwin
conflicts = xwin
source_x86_64 = https://github.com/Jake-Shadle/xwin/releases/download/0.7.0/xwin-0.7.0-x86_64-unknown-linux-musl.tar.gz
sha256sums_x86_64 = f1bffe5319728fca9cde5bb03fcb6c88cdf44922bd003fca8b4b9ce5b6f259d2
source_aarch64 = https://github.com/Jake-Shadle/xwin/releases/download/0.7.0/xwin-0.7.0-aarch64-unknown-linux-musl.tar.gz
sha256sums_aarch64 = b85cd1e0c94f249338b02a6e54b380154a5af6b5dd754121b15722125a67cf9f
source_x86_64 = https://github.com/Jake-Shadle/xwin/releases/download/0.8.0/xwin-0.8.0-x86_64-unknown-linux-musl.tar.gz
sha256sums_x86_64 = 8a354e12475dd154d0a2d3084eefd2c105f872ec8062965baaa7e9f2f76fe611
source_aarch64 = https://github.com/Jake-Shadle/xwin/releases/download/0.8.0/xwin-0.8.0-aarch64-unknown-linux-musl.tar.gz
sha256sums_aarch64 = fe106caefbb316664d73fd03166c28c09e580bb2a3ad65b4d50c51c67368aeab
pkgname = xwin-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Jonghyo Lee <na1307@outlook.kr>
pkgname=xwin-bin
pkgver=0.7.0
pkgrel=2
pkgver=0.8.0
pkgrel=1
pkgdesc='Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation'
arch=(x86_64 aarch64)
url='https://github.com/Jake-Shadle/xwin'
@ -10,8 +10,8 @@ provides=(xwin)
conflicts=(xwin)
source_x86_64=("https://github.com/Jake-Shadle/xwin/releases/download/$pkgver/xwin-$pkgver-x86_64-unknown-linux-musl.tar.gz")
source_aarch64=("https://github.com/Jake-Shadle/xwin/releases/download/$pkgver/xwin-$pkgver-aarch64-unknown-linux-musl.tar.gz")
sha256sums_x86_64=(f1bffe5319728fca9cde5bb03fcb6c88cdf44922bd003fca8b4b9ce5b6f259d2)
sha256sums_aarch64=(b85cd1e0c94f249338b02a6e54b380154a5af6b5dd754121b15722125a67cf9f)
sha256sums_x86_64=(8a354e12475dd154d0a2d3084eefd2c105f872ec8062965baaa7e9f2f76fe611)
sha256sums_aarch64=(fe106caefbb316664d73fd03166c28c09e580bb2a3ad65b4d50c51c67368aeab)
package() {
cd "$srcdir/xwin-$pkgver-$CARCH-unknown-linux-musl"