summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordesbma2021-07-05 20:21:38 +0200
committerdesbma2021-07-05 20:21:38 +0200
commitcda9a3e8e97416d6f7e24a8bd10102975595d8d0 (patch)
treeb84ea68c927753d0167d9fb2888e8ec271fd80cb /PKGBUILD
parent1e8f652a3c3ad3cc7f4054865e32d9904809e5dd (diff)
downloadaur-cda9a3e8e97416d6f7e24a8bd10102975595d8d0.tar.gz
1.1.1 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"