summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-10-05 10:33:37 +0200
committerAanok2019-10-05 10:33:37 +0200
commit23d567ac47029a92584fe999dff6b359202c85e2 (patch)
treeab85a54865d93b4de7fc056583932d0d6d27018d
parentd8a888b88446d013b0205412f9e29c18faa15a0a (diff)
downloadaur-23d567ac47029a92584fe999dff6b359202c85e2.tar.gz
bump v0.4.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abec9c37f91d..36e5f22d38f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.17
+ pkgver = 0.4.18
pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = ripcord
depends = harfbuzz
depends = libgl
options = !strip
- source = https://cancel.fm/dl/Ripcord-0.4.17-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.4.17-x86_64.AppImage.asc
+ source = https://cancel.fm/dl/Ripcord-0.4.18-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.4.18-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = d196e1934bd320827e2fa1e9df971c4867690504b575f0e2ed03b792581a3286
+ sha256sums = 97106aa913266e2b80c8cf049dae986af09c09b2afad92e129741083f02ddba6
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index a866e19dde67..05c5170abb38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.17
+pkgver=0.4.18
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=('d196e1934bd320827e2fa1e9df971c4867690504b575f0e2ed03b792581a3286' 'SKIP')
+sha256sums=('97106aa913266e2b80c8cf049dae986af09c09b2afad92e129741083f02ddba6' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose