summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuio2023-07-06 04:48:36 +0000
committermuio2023-07-06 08:18:36 +0330
commit772c847769057eb80836b7bfdaf1c597f15b2793 (patch)
treece1ed84e54cee9665385f3ea8ecdb1c3ca8e2fbe
parent537052803c9e0e6256b0b11239a73fdc089fe5db (diff)
downloadaur-772c847769057eb80836b7bfdaf1c597f15b2793.tar.gz
Bump to 0.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e50120a2f4ce..2f954e1b16c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cmake-init
pkgdesc = The missing CMake project initializer
- pkgver = 0.36.1
+ pkgver = 0.37.0
pkgrel = 1
url = https://github.com/friendlyanon/cmake-init
arch = any
license = GPL3
makedepends = python-pip
depends = python3
- source = https://files.pythonhosted.org/packages/py3/c/cmake-init/cmake_init-0.36.1-py3-none-any.whl
- sha256sums = ae0a030cbfc92e5b7f9faedf483347210bc7846eb1aac408090a509903a7eb45
+ source = https://files.pythonhosted.org/packages/py3/c/cmake-init/cmake_init-0.37.0-py3-none-any.whl
+ sha256sums = 87da43aa15ef688f48eb383ca2e115174961d91f15a9da50321a4afb79af3a0e
pkgname = cmake-init
diff --git a/PKGBUILD b/PKGBUILD
index 41d43bd02b3b..c46c208235bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cmake-init
_name=${pkgname#python-}
-pkgver=0.36.1
+pkgver=0.37.0
pkgrel=1
pkgdesc="The missing CMake project initializer"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python3')
makedepends=('python-pip')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")
-sha256sums=('ae0a030cbfc92e5b7f9faedf483347210bc7846eb1aac408090a509903a7eb45')
+sha256sums=('87da43aa15ef688f48eb383ca2e115174961d91f15a9da50321a4afb79af3a0e')
#pkgver() {
# curl -sH "Accept: application/vnd.github.v3+json" 'https://api.github.com/repos/friendlyanon/cmake-init/tags' | jq -r '.[0].name' | sed 's/v//;s/-/./;s/-/./'