aboutsummarylogtreecommitdiffstats
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 331f3be9058f..35664ae62dee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: J.R. Hill <justin@so.dang.cool>
pkgname="dt"
-pkgver="1.2.3"
+pkgver="1.3.1"
pkgrel=1
pkgdesc="It's duct tape for your unix pipes"
arch=('x86_64' 'aarch64')
@@ -8,7 +8,7 @@ url="https://github.com/so-dang-cool/dt"
license=('BSD-3-Clause')
makedepends=('zig-bin' 'git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('5b0fc09eca856d7558ff08315d6ef344a58ab8fac4a27c9e0b7e77989c6a8325')
+sha256sums=('2849ea530b9de91525c604b609197bf04989fa53c4678b9c6332a5c5796505ee')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"