summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-02-03 11:37:51 +0100
committerSophie Tauchert2020-02-03 11:37:51 +0100
commit4d6d57ca2fef33f4d8b199b5cc25fb4e9d46260a (patch)
treef8ad77504ec18221730ec1feea14d272494fcdd3
parent9023dd3a314d59ff7d154f4be29d60d621344790 (diff)
downloadaur-4d6d57ca2fef33f4d8b199b5cc25fb4e9d46260a.tar.gz
Update to v0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a9e93e32fe..a5c77b649d41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gst
pkgdesc = System utility designed to stress and monitoring various hardware components
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://gitlab.com/leinardi/gst
arch = any
@@ -23,8 +23,8 @@ pkgbase = gst
depends = python-xdg
depends = stress-ng
conflicts = smalltalk
- source = https://gitlab.com/leinardi/gst/-/archive/0.7.0/gst-0.7.0.tar.gz
- sha256sums = 59dcc8f00dbad4cd95a04f3d33f4db4064225e390eea5643a2b2dcf5233c69f1
+ source = https://gitlab.com/leinardi/gst/-/archive/0.7.1/gst-0.7.1.tar.gz
+ sha256sums = 1f97525cdebb6ab9c8e84de26691d8cd8fa1bac733d8e672f71898afade3620b
pkgname = gst
diff --git a/PKGBUILD b/PKGBUILD
index b7283a0c9bc0..6bbfabbbc1b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gst
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="System utility designed to stress and monitoring various hardware components"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('meson' 'appstream-glib')
provides=()
conflicts=('smalltalk')
source=("https://gitlab.com/leinardi/gst/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('59dcc8f00dbad4cd95a04f3d33f4db4064225e390eea5643a2b2dcf5233c69f1')
+sha256sums=('1f97525cdebb6ab9c8e84de26691d8cd8fa1bac733d8e672f71898afade3620b')
build() {
if [[ -d "$srcdir/build" ]]; then