summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2023-09-26 07:38:33 +0200
committerChristian Muehlhaeuser2023-09-26 07:38:33 +0200
commitd0a2326286dccc7df8524a95d36369d954a7bb96 (patch)
treea06a72abc59bfbe80a61f422bfaf59ad63305038
parent3671de783ea693320bf4d88fb937532715f50d89 (diff)
downloadaur-d0a2326286dccc7df8524a95d36369d954a7bb96.tar.gz
Bump to v1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fc80a8b745e..02e45d4b00db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mods
pkgdesc = AI for the command line, built for pipelines
- pkgver = 0.2.0
+ pkgver = 1.0.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-0.2.0.tar.gz::https://github.com/charmbracelet/mods/archive/refs/tags/v0.2.0.tar.gz
- sha512sums = f9442726f734c951f6d52c4b15c83b670186148ebcdc8228f2e3221cffe4f11a8c64937f497b1df5b486e98bd3ab52abf8fd20a8bfa72d799f44ecea15e767eb
+ source = mods-1.0.0.tar.gz::https://github.com/charmbracelet/mods/archive/refs/tags/v1.0.0.tar.gz
+ sha512sums = e9dbcd9986a8e95cdeb7aaa14bcb38b82319ac22e9a5b00c1774b2ce23b435f009a366c523735814d8e1aff615841f2b387661a9e667b0400c8026121f9819f8
pkgname = mods
diff --git a/PKGBUILD b/PKGBUILD
index 0836a7c0bd2e..3f8570611bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Lane <aur at chrislane dot com>
pkgname=mods
-pkgver=0.2.0
+pkgver=1.0.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=('f9442726f734c951f6d52c4b15c83b670186148ebcdc8228f2e3221cffe4f11a8c64937f497b1df5b486e98bd3ab52abf8fd20a8bfa72d799f44ecea15e767eb')
+sha512sums=('e9dbcd9986a8e95cdeb7aaa14bcb38b82319ac22e9a5b00c1774b2ce23b435f009a366c523735814d8e1aff615841f2b387661a9e667b0400c8026121f9819f8')
prepare(){
cd "$pkgname-$pkgver"