summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzjuyk2021-08-21 00:30:25 +0800
committerzjuyk2021-08-21 00:30:25 +0800
commita0e86e056ce20d3d05a427cd0ac0b2b0600907f9 (patch)
tree3ef759d1cb98763597a156b9fb4c8425e38e244a /PKGBUILD
parent70356b73059b2d65edce55ab88324427ca24d040 (diff)
downloadaur-a0e86e056ce20d3d05a427cd0ac0b2b0600907f9.tar.gz
bump version to 1.84
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68bc496a5dca..c3cbedb6d3b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=imgui
-pkgver=1.83
+pkgver=1.84
pkgrel=1
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
@@ -8,7 +8,7 @@ url="https://github.com/ocornut/imgui"
depends=('gcc-libs' 'wget')
makedepends=('cmake')
source=("https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}")
-sha256sums=('ccf3e54b8d1fa30dd35682fc4f50f5d2fe340b8e29e08de71287d0452d8cc3ff')
+sha256sums=('f7607fe7fc37bcf14a6b6b818134f622c04e5f48ba6ce491434071d41a3dface')
prepare() {
cd $pkgname-$pkgver