summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-02-25 09:21:31 +0100
committerAanok2019-02-25 09:21:31 +0100
commit26f795afe92b422d060208c6bbf7a9f4548f008d (patch)
tree17e20c3e544ffa4d860aedbe6c603d0989ab4fa0
parent848aadc2d1840afc5d3f10c6b9f4c6a0ad0f0f4a (diff)
downloadaur-26f795afe92b422d060208c6bbf7a9f4548f008d.tar.gz
bump v0.3.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 649c42bec7f2..e9535941150b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.3.10
+ pkgver = 0.3.11
pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
license = custom
depends = fuse2
options = !strip
- source = https://cancel.fm/dl/Ripcord-0.3.10-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.3.10-x86_64.AppImage.asc
+ source = https://cancel.fm/dl/Ripcord-0.3.11-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.3.11-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = 6d940a438fcfd96ccf912698bf0b025bd114c3ba1c1d95a56095b8ea2f97fca2
+ sha256sums = bfcc954387827f578af38293a8bdf3583e59e3705170350ab298833d59e2701f
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index 439cb60b5c12..4611e347fd87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.3.10
+pkgver=0.3.11
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=('6d940a438fcfd96ccf912698bf0b025bd114c3ba1c1d95a56095b8ea2f97fca2' 'SKIP')
+sha256sums=('bfcc954387827f578af38293a8bdf3583e59e3705170350ab298833d59e2701f' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose