summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2022-07-18 08:28:51 +0200
committerKlaus Alexander Seistrup2022-07-18 08:28:51 +0200
commitaf8152f74ce70ac7ebe98f310ad43f5864ee0742 (patch)
treefc137ea8ba7f4e5af8a5fb4b18c1360484d46f74
parent1bf134783727238e17278e983a96d9de1957ec7d (diff)
downloadaur-af8152f74ce70ac7ebe98f310ad43f5864ee0742.tar.gz
New upstream release: v3.0.1
Release notes: * https://github.com/simplex-chat/simplex-chat/releases/tag/v3.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1483b911454b..8c56729d9e97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = simplex-chat-bin
pkgdesc = A 100% private-by-design chat platform (pre-compiled)
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://simplex.chat/
arch = x86_64
license = AGPL3
provides = simplex-chat
conflicts = simplex-chat
- source = simplex-chat-3.0.0::https://github.com/simplex-chat/simplex-chat/releases/download/v3.0.0/simplex-chat-ubuntu-20_04-x86-64
+ source = simplex-chat-3.0.1::https://github.com/simplex-chat/simplex-chat/releases/download/v3.0.1/simplex-chat-ubuntu-20_04-x86-64
source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/PRIVACY.md
source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/README.md
source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/docs/CLI.md
diff --git a/PKGBUILD b/PKGBUILD
index f9651f9e4fbf..ca4754d97672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc='A 100% private-by-design chat platform (pre-compiled)'
arch=('x86_64')