summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-04-16 18:48:37 +0300
committerorhun2020-04-16 18:48:37 +0300
commit9ce27ca9303b1db5c55830e47158fbf4619707e1 (patch)
tree2211eddaf4530493394497e390e608a3827971d7
parentbfbaf77a88f58307e5fc13f39226baa52f69520f (diff)
downloadaur-9ce27ca9303b1db5c55830e47158fbf4619707e1.tar.gz
Release new version 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd9b0f36b86f..c5f7c070270f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = graphenex
pkgdesc = Automated System Hardening Framework
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/grapheneX/grapheneX
arch = any
license = GPLv3
makedepends = python3
depends = python
- source = https://files.pythonhosted.org/packages/32/99/b2c385c727071793d9d9b38d30d635b98f4926d1d22489c82b82307b5649/graphenex-1.3.0.tar.gz
- md5sums = c7b0b337cba7891c9536f4d7e48d07f5
+ source = https://files.pythonhosted.org/packages/38/7f/902aa41f263e577ba5f75fe9d20a195181babec94e3f93c7fe858679b7f1/graphenex-1.3.1.tar.gz
+ md5sums = fd9d49d609083bc518d7412a1f5aa62f
pkgname = graphenex
diff --git a/PKGBUILD b/PKGBUILD
index 18ff91da2a18..1059774286f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GrapheneX Team <graphenex.project@protonmail.com>
pkgname=graphenex
-pkgver=1.3.0
+pkgver=1.3.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/32/99/b2c385c727071793d9d9b38d30d635b98f4926d1d22489c82b82307b5649/graphenex-1.3.0.tar.gz')
-md5sums=('c7b0b337cba7891c9536f4d7e48d07f5')
+source=('https://files.pythonhosted.org/packages/38/7f/902aa41f263e577ba5f75fe9d20a195181babec94e3f93c7fe858679b7f1/graphenex-1.3.1.tar.gz')
+md5sums=('fd9d49d609083bc518d7412a1f5aa62f')
build() {
cd $srcdir/graphenex-$pkgver