summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChewing_Bever2022-09-17 18:34:58 +0200
committerChewing_Bever2022-09-17 18:34:58 +0200
commit72077717826350140bdbf8ced91b3f9903ad5061 (patch)
tree7c4fe26e969c1a7b84b72f81989a1050117b35ce
parent3cab43734337eb61d4bd4246fb9e3dfe15851103 (diff)
downloadaur-72077717826350140bdbf8ced91b3f9903ad5061.tar.gz
Bumped version to 2.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04903ab55f8d..696369c1a4bc 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.3
+ pkgver = 2.2.0
pkgrel = 1
url = https://cinny.in/
install = cinny-desktop.install
@@ -18,7 +18,8 @@ pkgbase = cinny-desktop
depends = libvips
depends = sqlite
depends = gst-plugins-good
- source = cinny-desktop-2.1.3.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.1.3/cinny-desktop-v2.1.3.zip
- sha256sums = 57f0612a2133e782ff07308b1b27f14f412ee75c5695e4028aa78d647b635cd2
+ source = cinny-desktop-2.2.0.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.2.0/cinny-desktop-v2.2.0.zip
+ sha256sums = fd9f786c8f7c821cff89942ea9f62759e833725c8b88ffbafcae2eef38715cd9
+ sha512sums = 90e3550ffda47a10e0c2f8102647bae20fc9be2cca9491668bfb8bcccc73bbc933622a616a5cf2c9d5238bed471b9d852d38b180d3ec3325b64778fbe5f5d92d
pkgname = cinny-desktop
diff --git a/PKGBUILD b/PKGBUILD
index e7d1dcd5ac06..43afa5ce947f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jef Roosens
pkgname='cinny-desktop'
-pkgver='2.1.3'
+pkgver='2.2.0'
pkgrel='1'
pkgdesc='Matrix client focusing primarily on a simple, elegant and secure interface.'
arch=('x86_64')
@@ -25,7 +25,9 @@ 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=('57f0612a2133e782ff07308b1b27f14f412ee75c5695e4028aa78d647b635cd2')
+sha256sums=('fd9f786c8f7c821cff89942ea9f62759e833725c8b88ffbafcae2eef38715cd9')
+sha512sums=('90e3550ffda47a10e0c2f8102647bae20fc9be2cca9491668bfb8bcccc73bbc933622a616a5cf2c9d5238bed471b9d852d38b180d3ec3325b64778fbe5f5d92d')
+
install="${pkgname}.install"
build() {