summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-11-05 10:34:33 +0100
committerOrhun Parmaksız2023-11-05 10:34:33 +0100
commitd9be70807f80115912d35756e02f375179702094 (patch)
treea170cb0b48c8fae3ac98ffec4f09f4f1075cccfe
parentadb9838b3a1fc2ff0cbce67405d2b898eac20e40 (diff)
downloadaur-d9be70807f80115912d35756e02f375179702094.tar.gz
upgpkg: graphenex 1.5.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 034e72da05e3..9b245a95eb5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = graphenex
pkgdesc = Automated System Hardening Framework
- pkgver = 1.4.3
+ pkgver = 1.5.0
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.4.3.tar.gz
- sha512sums = fdbf831da0f268e07bf498a4ef98865fe96e79c156b9e64e633542f19d8beef18c388a843e422202e1b8ce08dac07a450b5941703e63605639c21d331549ec28
+ source = https://files.pythonhosted.org/packages/source/g/graphenex/graphenex-1.5.0.tar.gz
+ sha512sums = 12c5fc76ecf9c0a48a409cd9a4c4dc602bf17c91f0b6a22e86574af79d631b5232838a7bf045603e01352e2825636a61272bb7a806ccc5b4a14a8bdb92d45925
pkgname = graphenex
diff --git a/PKGBUILD b/PKGBUILD
index 9b78ee56b7ac..72c8f539d422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=graphenex
-pkgver=1.4.3
+pkgver=1.5.0
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=('fdbf831da0f268e07bf498a4ef98865fe96e79c156b9e64e633542f19d8beef18c388a843e422202e1b8ce08dac07a450b5941703e63605639c21d331549ec28')
+sha512sums=('12c5fc76ecf9c0a48a409cd9a4c4dc602bf17c91f0b6a22e86574af79d631b5232838a7bf045603e01352e2825636a61272bb7a806ccc5b4a14a8bdb92d45925')
build() {
cd "$pkgname-$pkgver"