summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef Roosens2023-10-23 21:22:16 +0200
committerJef Roosens2023-10-23 21:22:16 +0200
commit378081dad00b5dc8075e06535503e561cbeaae2a (patch)
tree3193f37ca0a353cd5496a025e18c3ed251b5808f
parentffbe4f3dd5b0a398b97e2da2552e1da2db5496f8 (diff)
downloadaur-378081dad00b5dc8075e06535503e561cbeaae2a.tar.gz
Bump version to 3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90e3709d94a..7d1892fb3c4a 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.2.6
+ pkgver = 3.0.0
pkgrel = 1
url = https://cinny.in/
install = cinny-desktop.install
@@ -18,8 +18,8 @@ pkgbase = cinny-desktop
depends = libvips
depends = sqlite
depends = gst-plugins-good
- source = cinny-desktop-2.2.6.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.2.6/cinny-desktop-v2.2.6.zip
- sha256sums = 88a8da1fbd80013768014fc78a5d1f94c2564ff14e3f0cf824ccc70a9545df85
- sha512sums = 50789499839502586f3f647445f8ce3b4656d062016156e9b49ae30d0aa318fbcddffdf7087a302c092083fd5e965032b1d31e63be4f63a37ecf992daabb56f7
+ source = cinny-desktop-3.0.0.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v3.0.0/cinny-desktop-v3.0.0.zip
+ sha256sums = a6d5c1ea56df4fc7570006d820f9bed6d8a77753e56fb60025b26b95a89e7db4
+ sha512sums = bf7e2fc2ddf14414d71f8ddf5e0ace0c51bb0f670f4357d6567febb3799ccf5d665567a960625cb72cf7c76f635ed5926eb3317b0c625a50611466acbe7a5731
pkgname = cinny-desktop
diff --git a/PKGBUILD b/PKGBUILD
index df3e1449c45a..fc665a04d310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jef Roosens
pkgname='cinny-desktop'
-pkgver='2.2.6'
+pkgver='3.0.0'
pkgrel='1'
pkgdesc='Matrix client focusing primarily on a simple, elegant and secure interface.'
arch=('x86_64')
@@ -25,8 +25,8 @@ 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=('88a8da1fbd80013768014fc78a5d1f94c2564ff14e3f0cf824ccc70a9545df85')
-sha512sums=('50789499839502586f3f647445f8ce3b4656d062016156e9b49ae30d0aa318fbcddffdf7087a302c092083fd5e965032b1d31e63be4f63a37ecf992daabb56f7')
+sha256sums=('a6d5c1ea56df4fc7570006d820f9bed6d8a77753e56fb60025b26b95a89e7db4')
+sha512sums=('bf7e2fc2ddf14414d71f8ddf5e0ace0c51bb0f670f4357d6567febb3799ccf5d665567a960625cb72cf7c76f635ed5926eb3317b0c625a50611466acbe7a5731')
install="${pkgname}.install"