summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8498742f3e30..a444952b678d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gotify-desktop
pkgdesc = Small Gotify daemon to send messages as desktop notifications
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/desbma/gotify-desktop
arch = x86_64
license = GPL
makedepends = rust
- source = gotify-desktop-1.0.3.tar.gz::https://github.com/desbma/gotify-desktop/archive/1.0.3.tar.gz
- sha512sums = 4cba19ff9a969f6f4fbb4db6b330baf194a502e79b69cad3d4732bbdf042890e7f5cf339d429e2c0675e087f54964fb03a3e168a15b5241488591b1b4fa4ba49
+ source = gotify-desktop-1.1.0.tar.gz::https://github.com/desbma/gotify-desktop/archive/1.1.0.tar.gz
+ sha512sums = 7c5ee82ee69fc49958ab099e45cacca5bbba3291a730aba6edd63665aed84aba3bd49cfc475e07371e4571037307b92544ea7e6895e2a29bb7d140173fe260a1
pkgname = gotify-desktop
diff --git a/PKGBUILD b/PKGBUILD
index d5a7ef6610dc..f27202f9152e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: desbma
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=gotify-desktop
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc='Small Gotify daemon to send messages as desktop notifications '
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/desbma/${pkgname}"
license=('GPL')
makedepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/desbma/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('4cba19ff9a969f6f4fbb4db6b330baf194a502e79b69cad3d4732bbdf042890e7f5cf339d429e2c0675e087f54964fb03a3e168a15b5241488591b1b4fa4ba49')
+sha512sums=('7c5ee82ee69fc49958ab099e45cacca5bbba3291a730aba6edd63665aed84aba3bd49cfc475e07371e4571037307b92544ea7e6895e2a29bb7d140173fe260a1')
build() {
cd "${pkgname}-${pkgver}"