From b2603a92fe8bed3e18eac06531bacd4cecda1b71 Mon Sep 17 00:00:00 2001 From: mcgillij Date: Sat, 10 Apr 2021 19:58:46 -0300 Subject: [PATCH] updating release md5sum --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 59a13c0..9b68009 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click') makedepends=('python-setuptools') url="https://github.com/mcgillij/amdfan" source=("https://github.com/mcgillij/amdfan/releases/download/0.1.8/amdfan-0.1.8.tar.gz") -md5sums=('47964c44e9a345d8944dfcb6325e99ec') +md5sums=('0cba3c5b89024c0f299d1aa3f8c02807') build() { cd "$srcdir/$pkgname-$pkgver"