summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Jain2020-09-12 08:54:28 +0530
committerManish Jain2020-09-12 08:54:28 +0530
commit895075350a8890d7b2776825c5472143766ee8a1 (patch)
tree23dba40f3dd0e3a50b98795ac4afcb1e767676d7
parentf53b6a9590412332ce25bdea3314f415bb73bb11 (diff)
downloadaur-895075350a8890d7b2776825c5472143766ee8a1.tar.gz
chkascii update to version 2.3 with better assertions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7afb76b0ea94..84ef5510787c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = chkascii
pkgdesc = Check a file for any invalid ASCII characters
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/bourne-again/chkascii
arch = x86_64
license = BSD
- source = chkascii-2.2.tar.gz::https://github.com/bourne-again/chkascii/archive/2.2.tar.gz
- sha256sums = f3c764eaed78b3ae14f7def83aa0ef2f4752e75db06125373d9644a1567e1c05
+ source = chkascii-2.3.tar.gz::https://github.com/bourne-again/chkascii/archive/2.3.tar.gz
+ sha256sums = c92fef5c76adc598f911e3e670fc03266eee280d2d466ff17ea4537497dd1970
pkgname = chkascii
diff --git a/PKGBUILD b/PKGBUILD
index a450dc70d7ec..edc9cd1c6b4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manish Jain <bourne.identity@hotmail.com>
pkgname=chkascii
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="Check a file for any invalid ASCII characters"
arch=(x86_64)
@@ -20,4 +20,4 @@ package() {
install -Dm644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/${pkgname}.1
}
-sha256sums=('f3c764eaed78b3ae14f7def83aa0ef2f4752e75db06125373d9644a1567e1c05')
+sha256sums=('c92fef5c76adc598f911e3e670fc03266eee280d2d466ff17ea4537497dd1970')