summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-08-27 00:34:21 +0200
committerAanok2019-08-27 00:34:21 +0200
commit5ae731eb20c40a065be73c9a9334587c311c845f (patch)
treee37edf2fee48eff8e517f6a1db4e15bab2fafaa1
parent9025cc2be47b36eba5e6333faff032eec9f59904 (diff)
downloadaur-5ae731eb20c40a065be73c9a9334587c311c845f.tar.gz
v0.4.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1424413c050e..60b48ceb49bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.13
+ pkgver = 0.4.14
pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = ripcord
depends = libgl
depends = fuse2
options = !strip
- source = https://cancel.fm/dl/Ripcord-0.4.13-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.4.13-x86_64.AppImage.asc
+ source = https://cancel.fm/dl/Ripcord-0.4.14-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.4.14-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = c5737c80237b48de7100a2d04399d82bf1e9aa444dc7574ad9d90936b5ceaf85
+ sha256sums = 6996c157bb3417f4afd2876f4dcc9535327f24a6e38e76aaf70ff62e1d8c561e
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index 733b56a8e849..2d5f4d4df88c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.13
+pkgver=0.4.14
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=('c5737c80237b48de7100a2d04399d82bf1e9aa444dc7574ad9d90936b5ceaf85' 'SKIP')
+sha256sums=('6996c157bb3417f4afd2876f4dcc9535327f24a6e38e76aaf70ff62e1d8c561e' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose