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 a444952b678d..cb929790ac6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gotify-desktop
pkgdesc = Small Gotify daemon to send messages as desktop notifications
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/desbma/gotify-desktop
arch = x86_64
license = GPL
makedepends = rust
- source = gotify-desktop-1.1.0.tar.gz::https://github.com/desbma/gotify-desktop/archive/1.1.0.tar.gz
- sha512sums = 7c5ee82ee69fc49958ab099e45cacca5bbba3291a730aba6edd63665aed84aba3bd49cfc475e07371e4571037307b92544ea7e6895e2a29bb7d140173fe260a1
+ source = gotify-desktop-1.1.1.tar.gz::https://github.com/desbma/gotify-desktop/archive/1.1.1.tar.gz
+ sha512sums = 2e489680a7f9cb4722f4c3ec5ca4846106fc58c7258236dfeb2570937c964c142bafe09d3344ea6285b2e88d14ff84ec431bc8e473d4d6f3da2b3dc3f944941d
pkgname = gotify-desktop
diff --git a/PKGBUILD b/PKGBUILD
index f27202f9152e..1f328a2bf7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: desbma
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=gotify-desktop
-pkgver=1.1.0
+pkgver=1.1.1
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=('7c5ee82ee69fc49958ab099e45cacca5bbba3291a730aba6edd63665aed84aba3bd49cfc475e07371e4571037307b92544ea7e6895e2a29bb7d140173fe260a1')
+sha512sums=('2e489680a7f9cb4722f4c3ec5ca4846106fc58c7258236dfeb2570937c964c142bafe09d3344ea6285b2e88d14ff84ec431bc8e473d4d6f3da2b3dc3f944941d')
build() {
cd "${pkgname}-${pkgver}"