Skip to content

Commit

Permalink
tgui: update to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Jul 24, 2024
1 parent 40900bd commit 88039d8
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 88039d8

Please sign in to comment.