summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27652d375cb4..3509a4cfdf7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.0.6.2
- pkgrel = 2
+ pkgver = 1.1.0.1
+ pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -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.0.6.2.tar.gz
- sha256sums = cced7b7cc00b3db0b14208bcb2c029579dbcbb8cdae34ba83699827d97769f47
+ source = https://github.com/dankamongmen/growlight/archive/v1.1.0.1.tar.gz
+ sha256sums = b41a0dda68b485f89953ba339890613e9a1cf0b5820b5211d6818e6d76556c34
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 3197fa396ed1..0f2e23777f88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.0.6.2
-pkgrel=2
+pkgver=1.1.0.1
+pkgrel=1
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
@@ -34,4 +34,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
-sha256sums=('cced7b7cc00b3db0b14208bcb2c029579dbcbb8cdae34ba83699827d97769f47')
+sha256sums=('b41a0dda68b485f89953ba339890613e9a1cf0b5820b5211d6818e6d76556c34')