diff --git a/.SRCINFO b/.SRCINFO index 901638ca02f9..7873e697e358 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index bee7a41ad78e..3c8e90661d00 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonghyo Lee 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"