summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Lane2024-06-04 09:02:07 +0100
committerChris Lane2024-06-04 09:02:07 +0100
commitbbf4605633debab7b4bcb4fc7e058745d6563ec5 (patch)
tree9389329edda3271d9b99d6912168faa5e00c8534 /PKGBUILD
parent8a915a4c81eb3619be92ae5f2b99e4cf44a657ff (diff)
downloadaur-bbf4605633debab7b4bcb4fc7e058745d6563ec5.tar.gz
Update to v1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8345b282c824..66bde438823a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Lane <aur at chrislane dot com>
pkgname=mods
-pkgver=1.3.1
+pkgver=1.4.0
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=('1de471cc4a0aff50720062d310786e81eb74eb3da3f87c1bda0210bb3f36abeb0498a8a2c0ebd71493bf597226d3c0dcc591778970346623dfdb2afe8d107844')
+sha512sums=('c7e602d96282feb257ca197520ba7dae8d0f706c11ba8a7eeb8a00c342d85479b7f2621d00ab0203f29bfb8728a00d18a614b9db3188737699a5f1a92fd3f054')
prepare(){
cd "$pkgname-$pkgver"