summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-06-20 07:37:41 +0200
committerAanok2019-06-20 07:37:41 +0200
commitce57249beb9961f893c8aa64df74260e1da9d0b7 (patch)
tree1745f9369a1785f327c10c156939094cdb196d56
parent0568d985cf26735bcd38e0f2a8699402ab5d04cc (diff)
downloadaur-ce57249beb9961f893c8aa64df74260e1da9d0b7.tar.gz
bump v0.4.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f58d4b459a9e..050821d3003a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.4
+ pkgver = 0.4.5
pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
license = custom
depends = fuse2
options = !strip
- 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
+ source = https://cancel.fm/dl/Ripcord-0.4.5-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.4.5-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = 753ec48ff3ec0f262143a2bce11abce7ff81e40a63fa1eaf7625926f8bf7583a
+ sha256sums = 960dcaaa9a54b8d16438dd69c286617e729e32bdc4a229b8bf2bd8db279e592e
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index d777ab180db3..a4350386749d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.4
+pkgver=0.4.5
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=('753ec48ff3ec0f262143a2bce11abce7ff81e40a63fa1eaf7625926f8bf7583a' 'SKIP')
+sha256sums=('960dcaaa9a54b8d16438dd69c286617e729e32bdc4a229b8bf2bd8db279e592e' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose