summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-11-17 11:33:39 -0500
committernick black2020-11-17 11:33:39 -0500
commit39da22ac4f51a39cb19d1e2fc671f127fcf69d39 (patch)
tree5c5702028792839da19624295a3f529225b23cbf
parent1eba3654dd53e12e70f51fb12d6396baa07a33b8 (diff)
downloadaur-39da22ac4f51a39cb19d1e2fc671f127fcf69d39.tar.gz
fix up checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26df1fb75765..c2bed440a12d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
pkgver = 1.2.19
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -24,7 +24,7 @@ pkgbase = growlight
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 = c2484852242fd32826a952920af192450c4ca1e5d3cd69c528eecce93cbaa254d062f0c1a6a2293db12a631cfed64dd3e1f332efdb68d50d980427d581400a8f
+ sha256sums = 43edb7c75a39257c5eb1c9410918383dfbfbf9bbe84d896fe819aae2b94977d2
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 3fe97d6732b8..31d673c237e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=growlight
pkgver=1.2.19
-pkgrel=1
+pkgrel=2
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
@@ -43,4 +43,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha256sums=('c2484852242fd32826a952920af192450c4ca1e5d3cd69c528eecce93cbaa254d062f0c1a6a2293db12a631cfed64dd3e1f332efdb68d50d980427d581400a8f')
+sha256sums=('43edb7c75a39257c5eb1c9410918383dfbfbf9bbe84d896fe819aae2b94977d2')