summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorprimalmotion2023-03-23 14:39:53 -0700
committerprimalmotion2023-03-23 14:39:53 -0700
commit8b0ac5d2f10ce7bbaf44fc76c4896ad230355f3d (patch)
tree4a57473138b8c2700ec7bbafa0df7448480d461a /PKGBUILD
parent56da11b87b6a4318ec907e36d0f8d5090fc26299 (diff)
downloadaur-ldetect.tar.gz
publish v1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aa3d68ea4ec..e5106cdc5ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ldetect
pkgdesc="Tools to redirect stdin on different commands according to detected language"
url="https://git.sr.ht/~primalmotion/ldetect"
-pkgver=v1.0.0
+pkgver=v1.1.0
pkgrel=1
license=(GPL3)
arch=(any)
makedepends=(go)
source=("https://git.sr.ht/~primalmotion/ldetect/archive/${pkgver}.tar.gz")
-sha256sums=('490a73263f8048d95234e7917817d379ad7acc4ae4cb5e839012d7bb440bb5f4')
+sha256sums=('ac51916499008f5f889a393214790b67c073b78f2bbd610e67b2568fce874f07')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"