Skip to content

Commit

Permalink
xmake: update to 2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Feb 5, 2025
1 parent aee9b6d commit b0ab8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-xmake/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=xmake
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.9.7
pkgver=2.9.8
pkgrel=1
pkgdesc="A cross-platform build utility based on Lua (mingw-w64)"
arch=('any')
Expand All @@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-ncurses"
"${MINGW_PACKAGE_PREFIX}-readline")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc")
source=("https://github.com/xmake-io/${_realname}/releases/download/v${pkgver}/${_realname}-v${pkgver}.tar.gz")
sha256sums=('248e496a5a734c89e167f931e2620c0ea4109e7ca913dc1022735129a5ffe9d3')
sha256sums=('e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95')

prepare() {
# Workaround: tarception
Expand Down

0 comments on commit b0ab8ba

Please sign in to comment.