summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-03-12 23:46:06 +0100
committerAanok2019-03-12 23:46:06 +0100
commitfd0d68b0da08ba6c3afcaebd1792c190e06d446a (patch)
tree9639814f16ed53c8d811713c64e822c65390d6dd
parent246aff34442d68e31fff990600978435b6d7cd0f (diff)
downloadaur-fd0d68b0da08ba6c3afcaebd1792c190e06d446a.tar.gz
bump v0.3.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3537458d1b3c..15acd96e5fc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.3.12
+ pkgver = 0.3.13
pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
license = custom
depends = fuse2
options = !strip
- source = https://cancel.fm/dl/Ripcord-0.3.12-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.3.12-x86_64.AppImage.asc
+ source = https://cancel.fm/dl/Ripcord-0.3.13-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.3.13-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = fb465d7b86541d985969ae482248a53e1824e4fb40fe51928d72124f3879f9a9
+ sha256sums = 76bb9b5af3ae70af1c5df27e2a504d70e4072fd09466875fdf11f2b7c7a67593
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index 3f4ab48c43cd..bb6ae27ff440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.3.12
+pkgver=0.3.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=('fb465d7b86541d985969ae482248a53e1824e4fb40fe51928d72124f3879f9a9' 'SKIP')
+sha256sums=('76bb9b5af3ae70af1c5df27e2a504d70e4072fd09466875fdf11f2b7c7a67593' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose