summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Abreu2024-01-23 22:30:20 -0500
committerAriel Abreu2024-01-23 22:30:20 -0500
commitdd9d05a5c859de52391afd727510a1cff64cb7e1 (patch)
treec8135a4fcb880a60b93c3f3666df3272235fd42c
parent59f86ef8647d2d2d1613492bf8adb8dd1429b99f (diff)
downloadaur-dd9d05a5c859de52391afd727510a1cff64cb7e1.tar.gz
Update to v4.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a420cb4a4cd4..48374913748a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitify-bin
pkgdesc = GitHub notifications on your menu bar
- pkgver = 4.5.1
+ pkgver = 4.6.1
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-4.5.1.deb
+ noextract = gitify-bin-4.6.1.deb
options = !strip
- source = gitify-bin-4.5.1.deb::https://github.com/manosim/gitify/releases/download/v4.5.1/gitify_4.5.1_amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/manosim/gitify/v4.5.1/LICENSE
- sha256sums = 0b64a6bb7dade21aed4faf169c4bb8feff594ac100e7d432de6faf5d00b8f78a
+ source = gitify-bin-4.6.1.deb::https://github.com/manosim/gitify/releases/download/v4.6.1/gitify_4.6.1_amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/manosim/gitify/v4.6.1/LICENSE
+ sha256sums = 390865eb4aac9002f114434842b4b011fb9ae38c6288b9c71b6fa59574e62926
sha256sums = SKIP
pkgname = gitify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 081558536804..9b96fc51b291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ariel Abreu <facekapow@outlook.com>
pkgname='gitify-bin'
-pkgver='4.5.1'
+pkgver='4.6.1'
pkgrel=1
pkgdesc='GitHub notifications on your menu bar'
arch=('x86_64')
@@ -13,7 +13,7 @@ source=(
"LICENSE::https://raw.githubusercontent.com/manosim/gitify/v$pkgver/LICENSE"
)
sha256sums=(
- '0b64a6bb7dade21aed4faf169c4bb8feff594ac100e7d432de6faf5d00b8f78a'
+ '390865eb4aac9002f114434842b4b011fb9ae38c6288b9c71b6fa59574e62926'
'SKIP'
)
noextract=("$pkgname-$pkgver.deb")