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 46a62519d500..4a56cc3a5b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Martin Mariano <arch@martinmariano.com>
pkgname=grex
-pkgver=0.3.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="A command-line tool for generating regular expressions from user-provided input strings."
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/pemistahl/grex"
license=('Apache-2.0')
makedepends=('rust' 'cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pemistahl/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('4fa6d4c908377e00f2d23015d78c4094e6a71df606665d53a95c4998e96d59413c7a392475abab2dc047aa93b12d78390528ab94afb7c9b0553ac1e370e0c1f9')
+sha512sums=('ee936fa60cc95847107c71e84348df582ea13848985151f2bab47a9b14a223cb3eb24fe5e043788922de55f15975a552c2cdbdbda322d897dfd086147db5315a')
build() {
cd "$pkgname-$pkgver"