summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsantost122021-11-16 21:08:09 -0500
committersantost122021-11-16 21:08:09 -0500
commit973107a6e09acabb2ad7e9eb47798c11064c7625 (patch)
tree8446af025d49f23053bb708eceb564a356895864
parentfd0d14aa9dbc703562773ee79a7faa8b7b565773 (diff)
downloadaur-973107a6e09acabb2ad7e9eb47798c11064c7625.tar.gz
1.23 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 812dc77dacf2..1a04f867fd2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = darkmx
pkgdesc = Decentralized communication app that utilizes Tor hidden services to allow you to easily have an anonymous, reliable, and censorship-resistant presence on the internet.
- pkgver = 1.21
+ pkgver = 1.23
pkgrel = 1
url = http://darkmx.app/
install = darkmx.install
@@ -13,9 +13,9 @@ pkgbase = darkmx
optdepends = gconf: for shell integration
source = LICENSE
sha256sums = c4adbd46bfdeaf329fa03c578960b157f211a3626c532ae168be9d60514ef0d0
- source_i686 = https://download.darkmx.app/darkmx-1.21-linux32.tar.gz
- sha256sums_i686 = 6e704654b0fd712a471aca55592aea7238adccd983f75e34e01cb1ac2e1c2b9d
- source_x86_64 = https://download.darkmx.app/darkmx-1.21-linux64.tar.gz
- sha256sums_x86_64 = f8c56900df6c4bf25f29b91c69bd6a7598e10e21d87044568774a2bb5d539447
+ source_i686 = https://download.darkmx.app/darkmx-1.23-linux32.tar.gz
+ sha256sums_i686 = e0cb13213970263ff3a05a90a2aa4357894c3a1021da8a51a90b43ce085b42c4
+ source_x86_64 = https://download.darkmx.app/darkmx-1.23-linux64.tar.gz
+ sha256sums_x86_64 = c8609699a965ea3517373bb567e9353fb5b64f0780fbecb346b8cee78ca643da
pkgname = darkmx
diff --git a/PKGBUILD b/PKGBUILD
index e2f6ba5606a6..0a70a9ab3fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: santost12 <santost12 AT noreply DOT archlinux DOT org>
pkgname=darkmx
-pkgver=1.21
+pkgver=1.23
pkgrel=1
pkgdesc="Decentralized communication app that utilizes Tor hidden services to allow you to easily have an anonymous, reliable, and censorship-resistant presence on the internet."
arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@ depends=('gtk2' 'hicolor-icon-theme' 'dbus-glib')
optdepends=('gconf: for shell integration')
install='darkmx.install'
source=('LICENSE')
-source_i686=("https://download.darkmx.app/darkmx-1.21-linux32.tar.gz")
-source_x86_64=("https://download.darkmx.app/darkmx-1.21-linux64.tar.gz")
+source_i686=("https://download.darkmx.app/darkmx-1.23-linux32.tar.gz")
+source_x86_64=("https://download.darkmx.app/darkmx-1.23-linux64.tar.gz")
sha256sums=('c4adbd46bfdeaf329fa03c578960b157f211a3626c532ae168be9d60514ef0d0')
-sha256sums_i686=('6e704654b0fd712a471aca55592aea7238adccd983f75e34e01cb1ac2e1c2b9d')
-sha256sums_x86_64=('f8c56900df6c4bf25f29b91c69bd6a7598e10e21d87044568774a2bb5d539447')
+sha256sums_i686=('e0cb13213970263ff3a05a90a2aa4357894c3a1021da8a51a90b43ce085b42c4')
+sha256sums_x86_64=('c8609699a965ea3517373bb567e9353fb5b64f0780fbecb346b8cee78ca643da')
package() {
if [ "$CARCH" == "x86_64" ]