summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-08-08 08:43:59 +0200
committerAanok2019-08-08 08:43:59 +0200
commit2f18fe399097121b4a522c6a932d946103ba5ea9 (patch)
treed051d6bf24a6937977336b11f0d88c9b9d9dfe03
parent7bc6da5270a239222a067a71e2f6b717066d223f (diff)
downloadaur-2f18fe399097121b4a522c6a932d946103ba5ea9.tar.gz
v0.4.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5233ff70c328..bcfa64b104be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.11
+ pkgver = 0.4.12
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.11-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.4.11-x86_64.AppImage.asc
+ 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
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = 065e6ad2a6e15e5c98fbf4899f7616f9d7b2eff07b6357cb51f536f9fb7df446
+ sha256sums = b829eb2ad964c70d4a3a341d7d14c4b950f6352d919951333d018c659b3be9f1
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index c2eda8200b1e..5d527d2961a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.11
+pkgver=0.4.12
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=('065e6ad2a6e15e5c98fbf4899f7616f9d7b2eff07b6357cb51f536f9fb7df446' 'SKIP')
+sha256sums=('b829eb2ad964c70d4a3a341d7d14c4b950f6352d919951333d018c659b3be9f1' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose