summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-08-22 16:34:25 +0200
committerAanok2019-08-22 16:34:25 +0200
commit9025cc2be47b36eba5e6333faff032eec9f59904 (patch)
tree60d673a167b0efe8b2cebcb553c5c4656680aaa5
parent2f18fe399097121b4a522c6a932d946103ba5ea9 (diff)
downloadaur-9025cc2be47b36eba5e6333faff032eec9f59904.tar.gz
v0.4.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcfa64b104be..1424413c050e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.12
+ pkgver = 0.4.13
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.12-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.4.12-x86_64.AppImage.asc
+ 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
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = b829eb2ad964c70d4a3a341d7d14c4b950f6352d919951333d018c659b3be9f1
+ sha256sums = c5737c80237b48de7100a2d04399d82bf1e9aa444dc7574ad9d90936b5ceaf85
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index 5d527d2961a4..733b56a8e849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.12
+pkgver=0.4.13
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=('b829eb2ad964c70d4a3a341d7d14c4b950f6352d919951333d018c659b3be9f1' 'SKIP')
+sha256sums=('c5737c80237b48de7100a2d04399d82bf1e9aa444dc7574ad9d90936b5ceaf85' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose