summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lane2024-05-09 15:09:00 +0100
committerChris Lane2024-05-09 15:09:00 +0100
commit8a915a4c81eb3619be92ae5f2b99e4cf44a657ff (patch)
tree3dcb04eb2af407abdb3c0378acf05da2d7d1e7ab
parent9f56cd5daf20f240517499462b725b76225113be (diff)
downloadaur-mods.tar.gz
Update to v1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac2720a9cb1..dfdcc3ee0d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mods
pkgdesc = AI for the command line, built for pipelines
- pkgver = 1.2.2
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/charmbracelet/mods
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = mods
makedepends = git
makedepends = go
depends = glibc
- source = mods-1.2.2.tar.gz::https://github.com/charmbracelet/mods/archive/refs/tags/v1.2.2.tar.gz
- sha512sums = 42a7e3ee2cf4c561fa5f743e54fc6ce1c0e195ff0390dfab1ce1c2ff6496c752a90247d228cf5b5981ffd3721f2f5e4a54e74b615eb30a886937d5b3f4aa73a7
+ source = mods-1.3.1.tar.gz::https://github.com/charmbracelet/mods/archive/refs/tags/v1.3.1.tar.gz
+ sha512sums = 1de471cc4a0aff50720062d310786e81eb74eb3da3f87c1bda0210bb3f36abeb0498a8a2c0ebd71493bf597226d3c0dcc591778970346623dfdb2afe8d107844
pkgname = mods
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"