summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2023-07-05 10:34:52 -0400
committerSandy Carter2023-07-05 10:34:52 -0400
commitf562ed929509f4ba9a65f5f191757fb3f398b56b (patch)
treea948f1de51f6bf62c19af3d3747645d6a40a8b6e
parent50549f77cb1395f75697eb889124b73371365fd8 (diff)
downloadaur-f562ed929509f4ba9a65f5f191757fb3f398b56b.tar.gz
update to 1.89.7
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8bd2917a519..d73efa3bec22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
- pkgver = 1.89.6
+ pkgver = 1.89.7
pkgrel = 1
url = https://github.com/ocornut/imgui
arch = x86_64
license = MIT
makedepends = cmake
depends = gcc-libs
- source = imgui-1.89.6.tar.gz::https://codeload.github.com/ocornut/imgui/tar.gz/v1.89.6
- source = CMakeLists.v1.89.6-1.txt::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt
- source = imgui-config.v1.89.6-1.cmake.in::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in
- sha256sums = e95d1cba1481e66386acda3e7da19cd738da86c6c2a140a48fa55046e5f6e208
+ source = imgui-1.89.7.tar.gz::https://codeload.github.com/ocornut/imgui/tar.gz/v1.89.7
+ source = CMakeLists.v1.89.7-1.txt::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt
+ source = imgui-config.v1.89.7-1.cmake.in::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in
+ sha256sums = 115ee9e242af98a884302ac0f6ca3b2b26b1f10c660205f5e7ad9f1d1c96d269
sha256sums = 9435b199b0248611314f312e0ac9130816d86f2b15ac21283cffb78d883d5584
sha256sums = b993a4e2cd0729586339816aabebb0d0109a390c4beb65e7319dba8bd940c28a
diff --git a/.gitignore b/.gitignore
index 66aa7961d1cb..c80152bbf533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-CMakeLists.txt*
-imgui-config.cmake.in*
+CMakeLists.*.txt
+imgui-config.*.cmake.in
imgui-1.*.tar.gz
*\.pkg\.*
src/
diff --git a/PKGBUILD b/PKGBUILD
index 6dc67ee4bb4d..9bd626c7e402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=imgui
-pkgver=1.89.6
+pkgver=1.89.7
pkgrel=1
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
@@ -10,7 +10,7 @@ makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}"
"CMakeLists.v${pkgver}-${pkgrel}.txt::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt"
"imgui-config.v${pkgver}-${pkgrel}.cmake.in::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in")
-sha256sums=('e95d1cba1481e66386acda3e7da19cd738da86c6c2a140a48fa55046e5f6e208'
+sha256sums=('115ee9e242af98a884302ac0f6ca3b2b26b1f10c660205f5e7ad9f1d1c96d269'
'9435b199b0248611314f312e0ac9130816d86f2b15ac21283cffb78d883d5584'
'b993a4e2cd0729586339816aabebb0d0109a390c4beb65e7319dba8bd940c28a')