summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-10-16 00:32:56 +0300
committerOrhun Parmaksız2023-10-16 00:32:56 +0300
commitadb9838b3a1fc2ff0cbce67405d2b898eac20e40 (patch)
tree7c91799750f6872b0d92589c66c22d2ea52fcb2d
parent88ed9dd1f1d4ca1ce02335d10b02442a22d9c73a (diff)
downloadaur-adb9838b3a1fc2ff0cbce67405d2b898eac20e40.tar.gz
upgpkg: graphenex 1.4.3-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 c75d72a143dd..034e72da05e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = graphenex
pkgdesc = Automated System Hardening Framework
- pkgver = 1.4.0
+ pkgver = 1.4.3
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.0.tar.gz
- sha512sums = b60bae3228948d7beea862df62bd195b0eb3dd0d7517cbe69737d61aac39c42d44dab3477dca5d5e0cc8d95305044e13a1c712c153c5c5d030ccd3b0231f36a9
+ source = https://files.pythonhosted.org/packages/source/g/graphenex/graphenex-1.4.3.tar.gz
+ sha512sums = fdbf831da0f268e07bf498a4ef98865fe96e79c156b9e64e633542f19d8beef18c388a843e422202e1b8ce08dac07a450b5941703e63605639c21d331549ec28
pkgname = graphenex
diff --git a/PKGBUILD b/PKGBUILD
index 48f470568e1a..9b78ee56b7ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=graphenex
-pkgver=1.4.0
+pkgver=1.4.3
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=('b60bae3228948d7beea862df62bd195b0eb3dd0d7517cbe69737d61aac39c42d44dab3477dca5d5e0cc8d95305044e13a1c712c153c5c5d030ccd3b0231f36a9')
+sha512sums=('fdbf831da0f268e07bf498a4ef98865fe96e79c156b9e64e633542f19d8beef18c388a843e422202e1b8ce08dac07a450b5941703e63605639c21d331549ec28')
build() {
cd "$pkgname-$pkgver"