summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Abreu2024-04-19 22:53:11 -0400
committerAriel Abreu2024-04-19 22:53:11 -0400
commita36fd865ecd4d6ccf87a8f815b510070a9b15bb9 (patch)
tree825ee540286c3923fb50c60d1659066df2ce8b5f
parent4f584b86a2db6e691ae7bd81bce57dc701d90d3b (diff)
downloadaur-gitify-bin.tar.gz
v5.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 548dedead3e1..0d19354513aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitify-bin
pkgdesc = GitHub notifications on your menu bar
- pkgver = 5.3.0
+ pkgver = 5.4.0
pkgrel = 1
url = https://www.gitify.io/
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = gitify-bin
depends = libutil-linux
depends = libappindicator-gtk3
depends = libsecret
- noextract = gitify-bin-5.3.0.deb
+ noextract = gitify-bin-5.4.0.deb
options = !strip
- source = gitify-bin-5.3.0.deb::https://github.com/gitify-app/gitify/releases/download/v5.3.0/gitify_5.3.0_amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/gitify-app/gitify/v5.3.0/LICENSE
- sha512sums = bfedc24ecd6bac35306fd152ab195d85dd13cb48174bf945960ade533facf724ce70b0bb52fa098008462617fbbbe3a5302ef289a22121cbd6ebaaaf61f3b1c9
+ source = gitify-bin-5.4.0.deb::https://github.com/gitify-app/gitify/releases/download/v5.4.0/gitify_5.4.0_amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/gitify-app/gitify/v5.4.0/LICENSE
+ sha512sums = 7abcc02ff1b9e862d9ecf65e902105215646688aa091bcd2bf8c756b10a417b985cd2ecc3fa1d1af34f3e5afe6e6b9f8522b17ed8f9ce4918a998fb6e4e003ba
sha512sums = ae194a5181f67d44dacb880e611e952f6b24943425ebccfba870f5c0367cbfbab3bf5549332344a298a580536ac1c65e6bfa77a0787102e3c10be00f9d4c7626
pkgname = gitify-bin
diff --git a/PKGBUILD b/PKGBUILD
index b1e7f41c8647..26f553453e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ariel Abreu <facekapow@outlook.com>
pkgname='gitify-bin'
-pkgver='5.3.0'
+pkgver='5.4.0'
pkgrel=1
pkgdesc='GitHub notifications on your menu bar'
arch=('x86_64')
@@ -13,7 +13,7 @@ source=(
"LICENSE::https://raw.githubusercontent.com/gitify-app/gitify/v$pkgver/LICENSE"
)
sha512sums=(
- 'bfedc24ecd6bac35306fd152ab195d85dd13cb48174bf945960ade533facf724ce70b0bb52fa098008462617fbbbe3a5302ef289a22121cbd6ebaaaf61f3b1c9'
+ '7abcc02ff1b9e862d9ecf65e902105215646688aa091bcd2bf8c756b10a417b985cd2ecc3fa1d1af34f3e5afe6e6b9f8522b17ed8f9ce4918a998fb6e4e003ba'
'ae194a5181f67d44dacb880e611e952f6b24943425ebccfba870f5c0367cbfbab3bf5549332344a298a580536ac1c65e6bfa77a0787102e3c10be00f9d4c7626'
)
noextract=("$pkgname-$pkgver.deb")