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 1e272318c067..af4418e2726d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=difftastic
-pkgver=0.22.0
+pkgver=0.23.0
pkgrel=0
pkgdesc="An experimental structured diff tool that compares files based on their syntax"
arch=("x86_64")
@@ -8,7 +8,7 @@ url="https://github.com/Wilfred/difftastic"
license=("MIT")
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('0c3a5a93161602d05490f0fae7883e23b953c91fbc6d2d58f3ac85483328623b')
+sha256sums=('9ac6a5baa4592fdafee538774f7a2a785b509fbbf4a599845d2ab9e3e3ef9b7a')
build() {
cd "$pkgname-$pkgver"