summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeyLo992019-08-22 20:33:39 +0300
committerKeyLo992019-08-22 20:33:39 +0300
commit0b064f44e4752fcdce9050042e26fde77e327692 (patch)
treea2acb09567ee88296162789a162d4bdb3def65bd
parent6a7a19e41ac04c0f4556f3f1ed57c0f9e35c76a7 (diff)
downloadaur-0b064f44e4752fcdce9050042e26fde77e327692.tar.gz
Release new version 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d8551f78de..9801183ec2a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = graphenex
pkgdesc = Automated System Hardening Framework
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/grapheneX/grapheneX
arch = any
license = GPLv3
makedepends = python3
depends = python
- source = https://files.pythonhosted.org/packages/0e/a1/3005705ed4fc6fd6f9c9f2719e45a0afa79b0d02095bf0dea1a05e4db13b/graphenex-1.1.2.tar.gz
- md5sums = b5b6315b0ad5f661c2135af7fcf54cea
+ source = https://files.pythonhosted.org/packages/04/b6/409c15b2cc3f8fc26fee240d4b6ffe940327fa880116eb4013bd5185b59f/graphenex-1.1.3.tar.gz
+ md5sums = 235bcacd3de7418406897540b45a6159
pkgname = graphenex
diff --git a/PKGBUILD b/PKGBUILD
index 27d6ab29e0e8..7a7b5e6a10f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GrapheneX Team <graphenex.project@protonmail.com>
pkgname=graphenex
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc="Automated System Hardening Framework"
url="https://github.com/grapheneX/grapheneX"
@@ -9,8 +9,8 @@ depends=('python')
makedepends=('python3')
license=('GPLv3')
arch=('any')
-source=('https://files.pythonhosted.org/packages/0e/a1/3005705ed4fc6fd6f9c9f2719e45a0afa79b0d02095bf0dea1a05e4db13b/graphenex-1.1.2.tar.gz')
-md5sums=('b5b6315b0ad5f661c2135af7fcf54cea')
+source=('https://files.pythonhosted.org/packages/04/b6/409c15b2cc3f8fc26fee240d4b6ffe940327fa880116eb4013bd5185b59f/graphenex-1.1.3.tar.gz')
+md5sums=('235bcacd3de7418406897540b45a6159')
build() {
cd $srcdir/graphenex-$pkgver