Skip to content

Commit

Permalink
tgui: update to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Oct 10, 2024
1 parent aa03522 commit 0cc15a3
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.6.0
pkgver=1.6.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=('f405bc87174d8a781810c83223e07c048742b1ec7d0fd16bd32833e116654490')
sha256sums=('c9ee4dd9107a107bc818368691c607ab812fd8cf18d02effbe8a1413edea657f')

build() {
declare -a extra_config
Expand Down

0 comments on commit 0cc15a3

Please sign in to comment.