summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Lane2024-05-09 15:09:00 +0100
committerChris Lane2024-05-09 15:09:00 +0100
commit8a915a4c81eb3619be92ae5f2b99e4cf44a657ff (patch)
tree3dcb04eb2af407abdb3c0378acf05da2d7d1e7ab /PKGBUILD
parent9f56cd5daf20f240517499462b725b76225113be (diff)
downloadaur-8a915a4c81eb3619be92ae5f2b99e4cf44a657ff.tar.gz
Update to v1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 357a1b2f0f40..8345b282c824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Lane <aur at chrislane dot com>
pkgname=mods
-pkgver=1.2.2
+pkgver=1.3.1
pkgrel=1
pkgdesc="AI for the command line, built for pipelines"
url="https://github.com/charmbracelet/mods"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('git' 'go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/charmbracelet/mods/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('42a7e3ee2cf4c561fa5f743e54fc6ce1c0e195ff0390dfab1ce1c2ff6496c752a90247d228cf5b5981ffd3721f2f5e4a54e74b615eb30a886937d5b3f4aa73a7')
+sha512sums=('1de471cc4a0aff50720062d310786e81eb74eb3da3f87c1bda0210bb3f36abeb0498a8a2c0ebd71493bf597226d3c0dcc591778970346623dfdb2afe8d107844')
prepare(){
cd "$pkgname-$pkgver"