summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-05-23 08:40:07 +0200
committerAanok2019-05-23 08:40:07 +0200
commit0568d985cf26735bcd38e0f2a8699402ab5d04cc (patch)
tree1492d9d2ca3636edfef1d00343b675b162afdf34
parent8c8b038dff8a70f8be84951cbd2120bd7ec4ea31 (diff)
downloadaur-0568d985cf26735bcd38e0f2a8699402ab5d04cc.tar.gz
bump v0.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b25f0064c1a..f58d4b459a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.3
+ pkgver = 0.4.4
pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
license = custom
depends = fuse2
options = !strip
- source = https://cancel.fm/dl/Ripcord-0.4.3-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.4.3-x86_64.AppImage.asc
+ source = https://cancel.fm/dl/Ripcord-0.4.4-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.4.4-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = 59825f5c08f4259be9b95ada722430abefee723273b17da0971f8884855446e5
+ sha256sums = 753ec48ff3ec0f262143a2bce11abce7ff81e40a63fa1eaf7625926f8bf7583a
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index 03963b5d8389..d777ab180db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc='Qt-based Discord and Slack client'
arch=('x86_64')
@@ -13,7 +13,7 @@ validpgpkeys=('ABBAD1CB484F53024CF5868B69332F9203F21F5C')
_file="Ripcord-$pkgver-x86_64.AppImage"
source=("https://cancel.fm/dl/$_file"{,.asc})
-sha256sums=('59825f5c08f4259be9b95ada722430abefee723273b17da0971f8884855446e5' 'SKIP')
+sha256sums=('753ec48ff3ec0f262143a2bce11abce7ff81e40a63fa1eaf7625926f8bf7583a' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose