Skip to content

Commit

Permalink
Merge pull request msys2#21486 from podsvirov/tgui-update
Browse files Browse the repository at this point in the history
tgui: update to 1.4.1
  • Loading branch information
lazka authored Jul 24, 2024
2 parents 804608b + 88039d8 commit 0021627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-tgui/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=tgui
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.4.0
pkgver=1.4.1
pkgrel=1
pkgdesc="Cross-platform C++ GUI library (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-ninja"
"${MINGW_PACKAGE_PREFIX}-doxygen")

source=("${msys2_repository_url}/archive/v${pkgver}/${_realname^^}-${pkgver}.tar.gz")
sha256sums=('c54af3f201c47d05e0dbae516732c7b278ce70779890157c97c07e00f575ba19')
sha256sums=('36389f3992681447b7ef7326954c3169f3fce901704eb8a4588c03d543380ddd')

build() {
declare -a extra_config
Expand Down

0 comments on commit 0021627

Please sign in to comment.