summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranonion2023-08-29 10:48:04 -0600
committeranonion2023-08-29 10:48:04 -0600
commitf3c763cf295c79cde0b08211134c24f7c3d607d4 (patch)
tree12c11a2a463fa0f871411ecaccbec1fe2d69b6a6
parent56ab074612739892580a3eed7383c00eccebe2c3 (diff)
downloadaur-f3c763cf295c79cde0b08211134c24f7c3d607d4.tar.gz
version 1.2.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3b352a8da27..3a5d38e28580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uptime-kuma-api
pkgdesc = A wrapper for the Uptime Kuma Socket.IO API
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/lucasheld/uptime-kuma-api
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-uptime-kuma-api
makedepends = python-setuptools
depends = python-packaging
depends = python-socketio
- source = uptime-kuma-api-1.1.0.tar.gz::https://github.com/lucasheld/uptime-kuma-api/archive/refs/tags/1.1.0.tar.gz
- sha256sums = b564d4c5ca5308cf81a70615bd87c4804d14515e51e51169b8c58f27148846ff
+ source = uptime-kuma-api-1.2.0.tar.gz::https://github.com/lucasheld/uptime-kuma-api/archive/refs/tags/1.2.0.tar.gz
+ sha256sums = a526986bf8c52b5896cc299c9542b96893ab4063dbac82693f1414b33ef4a6ee
pkgname = python-uptime-kuma-api
diff --git a/PKGBUILD b/PKGBUILD
index 95fea3c7cd2a..52952891732a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=("python-uptime-kuma-api")
_name=${pkgname#python-}
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="A wrapper for the Uptime Kuma Socket.IO API"
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('python-wheel'
'python-setuptools')
source=("${_name}-${pkgver}.tar.gz::https://github.com/lucasheld/uptime-kuma-api/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('b564d4c5ca5308cf81a70615bd87c4804d14515e51e51169b8c58f27148846ff')
+sha256sums=('a526986bf8c52b5896cc299c9542b96893ab4063dbac82693f1414b33ef4a6ee')
build() {
cd "$_name-$pkgver"