summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2019-10-04 00:52:24 +0300
committerorhun2019-10-04 00:52:24 +0300
commit253f05756e5ba944a546424daaf6ccad3f61c576 (patch)
treed3be91538a7f55cbe97d466e435a45ec8ed7020e
parenta87766e4211f651889a21a8a5569898f30f35cda (diff)
downloadaur-253f05756e5ba944a546424daaf6ccad3f61c576.tar.gz
Release new version 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b76b7fcfce..5a0b5ac0912d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = graphenex
pkgdesc = Automated System Hardening Framework
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/grapheneX/grapheneX
arch = any
license = GPLv3
makedepends = python3
depends = python
- source = https://files.pythonhosted.org/packages/d5/22/27812b316cceac297933f9cfb9d76e1c4481fd49138756eb8aaa6d51a21b/graphenex-1.2.0.tar.gz
- md5sums = 44bdbf8dcd024c9ecb8eb1cf5d800eef
+ source = https://files.pythonhosted.org/packages/04/46/a10adbcbdbe68121b6c46ab87dbe00c847ee9b3c36859dd7d9a4c5cfb376/graphenex-1.2.1.tar.gz
+ md5sums = 3a22b94387a2c4bc17b9b85c5e8e326c
pkgname = graphenex
diff --git a/PKGBUILD b/PKGBUILD
index c0efb1b539af..660fd641d5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GrapheneX Team <graphenex.project@protonmail.com>
pkgname=graphenex
-pkgver=1.2.0
+pkgver=1.2.1
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/d5/22/27812b316cceac297933f9cfb9d76e1c4481fd49138756eb8aaa6d51a21b/graphenex-1.2.0.tar.gz')
-md5sums=('44bdbf8dcd024c9ecb8eb1cf5d800eef')
+source=('https://files.pythonhosted.org/packages/04/46/a10adbcbdbe68121b6c46ab87dbe00c847ee9b3c36859dd7d9a4c5cfb376/graphenex-1.2.1.tar.gz')
+md5sums=('3a22b94387a2c4bc17b9b85c5e8e326c')
build() {
cd $srcdir/graphenex-$pkgver