summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2608d3baf9a9..62f8d307c19b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nev Delap <nevdelap at gmail dot com>
pkgname="ned"
-pkgver="1.2.8"
+pkgver="1.3.1"
pkgrel=1
pkgdesc="Like grep but with a powerful replace, unlike sed, it's not only line oriented."
arch=("x86_64")
@@ -8,7 +8,7 @@ url="https://github.com/nevdelap/ned"
license=("GPL3")
makedepends=("rust")
source=("$pkgname-$pkgver.tar.gz::https://github.com/nevdelap/ned/archive/release.$pkgver.tar.gz")
-md5sums=('53b3f34e51bdfaefd43344e381afc804')
+md5sums=('fb7f37a4553446fa630335c07676c321')
build() {
cd "ned-release.$pkgver"