summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lane2024-01-23 23:15:47 +0000
committerChris Lane2024-01-23 23:15:47 +0000
commit0f828c664f34a1cb44c635562619cfe6bfca5b34 (patch)
tree62ca51f8e67bcd67baa687487308f3b72984aca9
parent4d849040c9ba42de297d663fe263049dbb68e6a4 (diff)
downloadaur-0f828c664f34a1cb44c635562619cfe6bfca5b34.tar.gz
Update to v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1af7f1642586..285edb1e7daf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mods
pkgdesc = AI for the command line, built for pipelines
- pkgver = 1.1.0
+ pkgver = 1.2.0
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.1.0.tar.gz::https://github.com/charmbracelet/mods/archive/refs/tags/v1.1.0.tar.gz
- sha512sums = c5f92b571cc6531091ea09454c362b2dd97a630daebff99023fddc1176b8aee58ad03c311cefdc3dcf90f779c0f1afd6f20ad01e413e26f962a849c11ca40724
+ source = mods-1.2.0.tar.gz::https://github.com/charmbracelet/mods/archive/refs/tags/v1.2.0.tar.gz
+ sha512sums = f13667887817afdf26ea3319dac7951c3d3c1a223ad57db132a0c9ef71eb3fc2cfeefc31562b9958da0e78881904f7081dc181b743064544e0f842e0e3457ca1
pkgname = mods
diff --git a/PKGBUILD b/PKGBUILD
index 04a14182ca55..9aa32c07ad86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Lane <aur at chrislane dot com>
pkgname=mods
-pkgver=1.1.0
+pkgver=1.2.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=('c5f92b571cc6531091ea09454c362b2dd97a630daebff99023fddc1176b8aee58ad03c311cefdc3dcf90f779c0f1afd6f20ad01e413e26f962a849c11ca40724')
+sha512sums=('f13667887817afdf26ea3319dac7951c3d3c1a223ad57db132a0c9ef71eb3fc2cfeefc31562b9958da0e78881904f7081dc181b743064544e0f842e0e3457ca1')
prepare(){
cd "$pkgname-$pkgver"