summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2022-03-18 15:45:57 +1000
committerWesley Moore2022-03-18 15:45:57 +1000
commit3900da81944958c88a6343e0d5c9c9d9f6f6fe41 (patch)
tree862da9ebfd9db314eb8cfa154b0c2e5bb7ca865b
parent5985bf0b896b9f5cb22949e0a6bf06b2b559f393 (diff)
downloadaur-3900da81944958c88a6343e0d5c9c9d9f6f6fe41.tar.gz
Version 0.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69173b973ed0..85a7ff0e6b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = difftastic
pkgdesc = An experimental structured diff tool that compares files based on their syntax
- pkgver = 0.22.0
+ pkgver = 0.23.0
pkgrel = 0
url = https://github.com/Wilfred/difftastic
arch = x86_64
license = MIT
makedepends = cargo
- source = difftastic-0.22.0.tar.gz::https://github.com/Wilfred/difftastic/archive/0.22.0.tar.gz
- sha256sums = 0c3a5a93161602d05490f0fae7883e23b953c91fbc6d2d58f3ac85483328623b
+ source = difftastic-0.23.0.tar.gz::https://github.com/Wilfred/difftastic/archive/0.23.0.tar.gz
+ sha256sums = 9ac6a5baa4592fdafee538774f7a2a785b509fbbf4a599845d2ab9e3e3ef9b7a
pkgname = difftastic
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"