summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Roest2020-01-07 20:46:55 +0100
committerVictor Roest2020-01-07 20:46:55 +0100
commit53735cf5f6c0b6b0108cd770c3b53e8babee0a5a (patch)
tree040f6c0698d3f0f94705e51f6880e55abe993b20 /PKGBUILD
parentb811c91a495e12bf7292141333a7c0835e2f73cb (diff)
downloadaur-53735cf5f6c0b6b0108cd770c3b53e8babee0a5a.tar.gz
change pkgsum from md5 to sha256
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27992686e6a5..b22bef22705a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/derailed/k9s'
license=('Apache')
provides=('k9s')
source=("https://github.com/derailed/k9s/releases/download/${pkgver}/k9s_${pkgver}_Linux_x86_64.tar.gz")
-md5sums=('94b63f946fc50360b7e60daab0696c2e')
+sha256sums=('3955ee895f5359568bc17225b19b68fea71d8bd7b82cb603f755020d43064d4d')
package() {
mkdir -p "${pkgdir}/usr/bin"