Skip to content

Commit a42f923

Browse files
Billli11flightlessmango
authored andcommitted
pkgbuild: update source for imgui to 1.91.6
1 parent 5b0fd9f commit a42f923

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgbuild/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ license=('MIT')
1313
source=(
1414
"mangohud"::"git+https://github.com/flightlessmango/MangoHud.git#branch=master"
1515
"mangohud-minhook"::"git+https://github.com/flightlessmango/minhook.git"
16-
"imgui-1.89.9.tar.gz::https://github.com/ocornut/imgui/archive/refs/tags/v1.89.9.tar.gz"
17-
"imgui_1.89.9-1_patch.zip::https://wrapdb.mesonbuild.com/v2/imgui_1.89.9-1/get_patch"
16+
"imgui-1.91.6.tar.gz::https://github.com/ocornut/imgui/archive/refs/tags/v1.91.6.tar.gz"
17+
"imgui_1.91.6-3_patch.zip::https://wrapdb.mesonbuild.com/v2/imgui_1.91.6-3/get_patch"
1818
"spdlog-1.14.1.tar.gz::https://github.com/gabime/spdlog/archive/refs/tags/v1.14.1.tar.gz"
1919
"spdlog_1.14.1-1_patch.zip::https://wrapdb.mesonbuild.com/v2/spdlog_1.14.1-1/get_patch"
2020
"vulkan-headers-1.3.283.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.283.tar.gz"
@@ -26,8 +26,8 @@ source=(
2626
sha256sums=(
2727
'SKIP'
2828
'SKIP'
29-
'1acc27a778b71d859878121a3f7b287cd81c29d720893d2b2bf74455bf9d52d6'
30-
'9b21290c597d76bf8d4eeb3f9ffa024b11d9ea6c61e91d648ccc90b42843d584'
29+
'c5fbc5dcab1d46064001c3b84d7a88812985cde7e0e9ced03f5677bec1ba502a'
30+
'2f7977114ba07d06559aaf8890a92a4ebd25186592d4447954605aaf2244634d'
3131
'1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b'
3232
'ae878e732330ea1048f90d7e117c40c0cd2a6fb8ae5492c7955818ce3aaade6c'
3333
"a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85"
@@ -50,7 +50,7 @@ prepare() {
5050
git -c protocol.file.allow=always submodule update
5151

5252
# meson subprojects
53-
ln -sv "$srcdir/imgui-1.89.9" subprojects
53+
ln -sv "$srcdir/imgui-1.91.6" subprojects
5454
ln -sv "$srcdir/spdlog-1.14.1" subprojects
5555
ln -sv "$srcdir/Vulkan-Headers-1.3.283" subprojects
5656
ln -sv "$srcdir/implot-0.16" subprojects

0 commit comments

Comments
 (0)