summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2019-09-19 13:09:33 -0400
committernick black2019-09-19 13:09:33 -0400
commit8a5af89a5679217d153a02424a575276996481b6 (patch)
tree60b016c64288a5e2085697933c03c27c692f1bba
parent190c14163a9e18c7f73204d2867b7076ec9105f5 (diff)
downloadaur-8a5af89a5679217d153a02424a575276996481b6.tar.gz
growlight 1.1.1-1, released 2019-09-19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3509a4cfdf7b..a0239643ba3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.1.0.1
+ pkgver = 1.1.1
pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = growlight
optdepends = f2fs-tools: F2FS manipulation
optdepends = hdparm: Deep ATA hardware details
optdepends = nvme-cli: Deep NVMe hardware details
- source = https://github.com/dankamongmen/growlight/archive/v1.1.0.1.tar.gz
- sha256sums = b41a0dda68b485f89953ba339890613e9a1cf0b5820b5211d6818e6d76556c34
+ source = https://github.com/dankamongmen/growlight/archive/v1.1.1.tar.gz
+ sha256sums = 13128f26e3b6c3bf20ad64d424c820e57b783684008e7655f69feafd4e9b5938
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 0f2e23777f88..bdca12082b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.1.0.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
@@ -34,4 +34,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
-sha256sums=('b41a0dda68b485f89953ba339890613e9a1cf0b5820b5211d6818e6d76556c34')
+sha256sums=('13128f26e3b6c3bf20ad64d424c820e57b783684008e7655f69feafd4e9b5938')