summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChewing_Bever2022-08-12 18:51:14 +0200
committerChewing_Bever2022-08-12 18:51:14 +0200
commitd53e551fe1145af5864973d38fdd07dfd83455b8 (patch)
treee34e8a2b93b8a183aaa2688fa4534c544a5f44a7
parent4dad26453ceb463a44713d0f6944a36eb9252222 (diff)
downloadaur-d53e551fe1145af5864973d38fdd07dfd83455b8.tar.gz
Bumped version to 2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7134d79b27e3..45cdaa9ca338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cinny-desktop
pkgdesc = Matrix client focusing primarily on a simple, elegant and secure interface.
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://cinny.in/
install = cinny-desktop.install
@@ -18,7 +18,7 @@ pkgbase = cinny-desktop
depends = libvips
depends = sqlite
depends = gst-plugins-good
- source = cinny-desktop-2.1.1.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.1.1/cinny-desktop-v2.1.1.zip
- sha256sums = cfaf9bd2b6e41acfc6ce548d6f6c84586cc32bc6ee78f3561900ae4e48f673f4
+ source = cinny-desktop-2.1.2.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.1.2/cinny-desktop-v2.1.2.zip
+ sha256sums = 58637b5b116144b7e4efad99279b6c487e44f40f533002d40871e655e5a02dc2
pkgname = cinny-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 6c3c5ab339a9..783d5f03e6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jef Roosens
pkgname='cinny-desktop'
-pkgver='2.1.1'
+pkgver='2.1.2'
pkgrel='1'
pkgdesc='Matrix client focusing primarily on a simple, elegant and secure interface.'
arch=('x86_64')
@@ -25,7 +25,7 @@ makedepends=('rust' 'nodejs' 'npm')
# This makes sure dirty builds still pull down the newest version
source=("${pkgname}-${pkgver}.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v${pkgver}/cinny-desktop-v${pkgver}.zip")
-sha256sums=('cfaf9bd2b6e41acfc6ce548d6f6c84586cc32bc6ee78f3561900ae4e48f673f4')
+sha256sums=('58637b5b116144b7e4efad99279b6c487e44f40f533002d40871e655e5a02dc2')
install="${pkgname}.install"
build() {