summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgnunn12015-11-28 14:13:01 -0500
committergnunn12015-11-28 14:13:01 -0500
commita37d2c3b39b02d5f20eccdad8d59d2448e6cf7bb (patch)
treef16cd6b6b958ca17a870ebbdcd7c97bb40be1b49
parent5d3322800d169735a521c6eccab72d41513e24f6 (diff)
downloadaur-a37d2c3b39b02d5f20eccdad8d59d2448e6cf7bb.tar.gz
Fix integrity check failure
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18aadb65f1c3..cc8633e955e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = visual-grep
license = MPL
depends = gtk3
source_x86_64 = https://github.com/gnunn1/vgrep/releases/download/0.21/vgrep.zip
- md5sums_x86_64 = 3ba187abf9fd60d8a218a1006ab5b875
+ md5sums_x86_64 = 0ddc8d3edee33f29a65c6a69c48141bc
pkgname = visual-grep
diff --git a/PKGBUILD b/PKGBUILD
index d91e9c701e77..69b0d5a25275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://github.com/gnunn1/vgrep"
license=('MPL')
depends=('gtk3')
source_x86_64=(https://github.com/gnunn1/vgrep/releases/download/$pkgver/vgrep.zip)
-md5sums_x86_64=('3ba187abf9fd60d8a218a1006ab5b875')
+md5sums_x86_64=('0ddc8d3edee33f29a65c6a69c48141bc')
package() {
mkdir -p "$pkgdir/usr/bin"