summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b245a95eb5e..94686547d978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = graphenex
pkgdesc = Automated System Hardening Framework
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/grapheneX/grapheneX
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = graphenex
depends = python-pyinquirer
depends = python-psutil
depends = python-colorama
- source = https://files.pythonhosted.org/packages/source/g/graphenex/graphenex-1.5.0.tar.gz
- sha512sums = 12c5fc76ecf9c0a48a409cd9a4c4dc602bf17c91f0b6a22e86574af79d631b5232838a7bf045603e01352e2825636a61272bb7a806ccc5b4a14a8bdb92d45925
+ source = https://files.pythonhosted.org/packages/source/g/graphenex/graphenex-1.5.1.tar.gz
+ sha512sums = a554e80e555948f6d97a4f03c87b6ea5b9999004d9625ad0a2110fec48cc9f5fbfed85e7004c5b17c4f88357ea0c6540d4b5ddb3756d7155cc7e8d8d68b1339d
pkgname = graphenex
diff --git a/PKGBUILD b/PKGBUILD
index 72c8f539d422..ff62bd1330a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=graphenex
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Automated System Hardening Framework"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('python-flask-socketio' 'python-coloredlogs'
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
license=('GPL3')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('12c5fc76ecf9c0a48a409cd9a4c4dc602bf17c91f0b6a22e86574af79d631b5232838a7bf045603e01352e2825636a61272bb7a806ccc5b4a14a8bdb92d45925')
+sha512sums=('a554e80e555948f6d97a4f03c87b6ea5b9999004d9625ad0a2110fec48cc9f5fbfed85e7004c5b17c4f88357ea0c6540d4b5ddb3756d7155cc7e8d8d68b1339d')
build() {
cd "$pkgname-$pkgver"