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 225a9b0b5e61..f811619555b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sysglance
pkgdesc = Utility for collecting information about the hardware and the operating system by generating a simple report.
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/Utappia/sysglance
arch = any
@@ -9,8 +9,8 @@ pkgbase = sysglance
depends = usbutils
depends = util-linux
depends = curl
- source = sysglance-1.3.tar.gz::https://github.com/Utappia/sysglance/archive/v1.3.tar.gz
- md5sums = cb412975f674763fdf2d8dcdc0d84049
+ source = sysglance-1.4.tar.gz::https://github.com/Utappia/sysglance/archive/v1.4.tar.gz
+ md5sums = 6e167e21b19b6a46568087ef3268f46a
pkgname = sysglance
diff --git a/PKGBUILD b/PKGBUILD
index 4c2e9afeec18..c122d33982a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=sysglance
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
arch=( 'any' )
@@ -15,4 +15,4 @@ package() {
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
}
-md5sums=('cb412975f674763fdf2d8dcdc0d84049')
+md5sums=('6e167e21b19b6a46568087ef3268f46a')