summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSandy Carter2023-01-05 13:04:20 -0500
committerSandy Carter2023-01-05 13:04:20 -0500
commit996e557a161575073fcf8dd0bba4ae6eca258557 (patch)
tree390b959e72c4886c33a49335f917b5cca35a91a1 /PKGBUILD
parent3e23852237df77e3c13b1adfa06e221c51d2d415 (diff)
downloadaur-996e557a161575073fcf8dd0bba4ae6eca258557.tar.gz
Update to 1.89.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72a59d986fd9..b29668d97f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=imgui
-pkgver=1.88
-pkgrel=2
+pkgver=1.89.2
+pkgrel=1
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
arch=('x86_64')
@@ -10,8 +10,8 @@ makedepends=('cmake')
source=("https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}"
"https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt"
"https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in")
-sha256sums=('9f14c788aee15b777051e48f868c5d4d959bd679fc5050e3d2a29de80d8fd32e'
- '262faed507149c89aab7572fd2c2a968f843ca2900043e30a9c339735ed08a8f'
+sha256sums=('e110beffda505e6954feb7b13541d35a7c12a176b9723290c853684713df6a67'
+ '1a8458a453e3e93cdca6c72ccb2f218607301bc7d6580718febb428e446720a4'
'91528f60cca93d3bce042d2ac16a63169025ec25a34453b49803126ed19153ae')
prepare () {