summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-11-20 11:48:03 -0500
committernick black2020-11-20 11:48:03 -0500
commit8bdb250ce45ea4a41e310d865f29620f2795a097 (patch)
tree42c09394c521d4d7d5ae4a70e211339ec6136809
parent3aaf9aa25e5abb6027ed3565c7312465923c5387 (diff)
downloadaur-8bdb250ce45ea4a41e310d865f29620f2795a097.tar.gz
new upstream version 1.2.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ae647d03fd7..b03174291cfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.19
- pkgrel = 3
+ pkgver = 1.2.20
+ pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -23,8 +23,8 @@ pkgbase = growlight
optdepends = hdparm: Deep ATA hardware details
optdepends = nvme-cli: Deep NVMe hardware details,
optdepends = zfs-utils: ZFS-on-Linux manipulation
- source = https://github.com/dankamongmen/growlight/archive/v1.2.19.tar.gz
- sha256sums = 43edb7c75a39257c5eb1c9410918383dfbfbf9bbe84d896fe819aae2b94977d2
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.20.tar.gz
+ sha256sums = 3521072d88d742e2db80f31cfac605bc9c438bf430dc0c5ed32d82dd56adfcd8
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index cb361f106b1c..8da973298bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.19
-pkgrel=3
+pkgver=1.2.20
+pkgrel=1
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
@@ -45,4 +45,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha256sums=('43edb7c75a39257c5eb1c9410918383dfbfbf9bbe84d896fe819aae2b94977d2')
+sha256sums=('3521072d88d742e2db80f31cfac605bc9c438bf430dc0c5ed32d82dd56adfcd8')