summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsantost122021-08-24 18:50:41 -0400
committersantost122021-08-24 18:50:41 -0400
commit0b98bcd8f357bd7eeb2dccaec07d000130e350f4 (patch)
tree474e9c8fcc4a0912a73cb548c418a52f5449003d
parentf337c0cf62cd4056958c2f7ec41685a1de0b9b19 (diff)
downloadaur-0b98bcd8f357bd7eeb2dccaec07d000130e350f4.tar.gz
1.17 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a09b7e610ff1..fbbafb63a6b3 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.16
+ pkgver = 1.17
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.16-linux32.tar.gz
- sha256sums_i686 = b67a00c2dcccced0121428b65664ca4f88f63cdbd011bae57be45727d1b7e1d3
- source_x86_64 = https://download.darkmx.app/darkmx-1.16-linux64.tar.gz
- sha256sums_x86_64 = 4e0fcc75a4c08b49cdb0aa4b43a84d13a231b677e015a92fd07079349160cdec
+ source_i686 = https://download.darkmx.app/darkmx-1.17-linux32.tar.gz
+ sha256sums_i686 = 5477fe33b2a45100d52bcaa9b90d5efa8561ba3469e054ceb089585246434b83
+ source_x86_64 = https://download.darkmx.app/darkmx-1.17-linux64.tar.gz
+ sha256sums_x86_64 = 3c157a558072ddda4ba9c014172578ae21b3d74817ad1c43977ff72782e8a515
pkgname = darkmx
diff --git a/PKGBUILD b/PKGBUILD
index cbc835a21366..09205c466af9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: santost12 <santost12 AT noreply DOT archlinux DOT org>
pkgname=darkmx
-pkgver=1.16
+pkgver=1.17
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.16-linux32.tar.gz")
-source_x86_64=("https://download.darkmx.app/darkmx-1.16-linux64.tar.gz")
+source_i686=("https://download.darkmx.app/darkmx-1.17-linux32.tar.gz")
+source_x86_64=("https://download.darkmx.app/darkmx-1.17-linux64.tar.gz")
sha256sums=('c4adbd46bfdeaf329fa03c578960b157f211a3626c532ae168be9d60514ef0d0')
-sha256sums_i686=('b67a00c2dcccced0121428b65664ca4f88f63cdbd011bae57be45727d1b7e1d3')
-sha256sums_x86_64=('4e0fcc75a4c08b49cdb0aa4b43a84d13a231b677e015a92fd07079349160cdec')
+sha256sums_i686=('5477fe33b2a45100d52bcaa9b90d5efa8561ba3469e054ceb089585246434b83')
+sha256sums_x86_64=('3c157a558072ddda4ba9c014172578ae21b3d74817ad1c43977ff72782e8a515')
package() {
if [ "$CARCH" == "x86_64" ]