summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorirmluity2024-03-14 18:47:08 +0800
committerirmluity2024-03-14 18:47:08 +0800
commit202cc1c9dbc73f8bde4b0134f3e754e1d13cf2ac (patch)
tree19dc9fa22101519b7b50c61d45971e22e2abecec
parent627f0e410739d5e5e67aa79e2990013be6b8ab90 (diff)
downloadaur-202cc1c9dbc73f8bde4b0134f3e754e1d13cf2ac.tar.gz
feat: prep next version release
- Update version from `0.8.0` to `0.9.0`
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d2bdaee8368..d8d170ec183c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = codegpt-bin
pkgdesc = A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/appleboy/CodeGPT
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = codegpt-bin
conflicts = codegpt
source = https://raw.githubusercontent.com/appleboy/CodeGPT/main/LICENSE
sha256sums = SKIP
- source_x86_64 = codegpt-x86_64-0.8.0::https://github.com/appleboy/CodeGPT/releases/download/v0.8.0/CodeGPT-0.8.0-linux-amd64
+ source_x86_64 = codegpt-x86_64-0.9.0::https://github.com/appleboy/CodeGPT/releases/download/v0.9.0/CodeGPT-0.9.0-linux-amd64
sha256sums_x86_64 = SKIP
- source_aarch64 = codegpt-aarch64-0.8.0::https://github.com/appleboy/CodeGPT/releases/download/v0.8.0/CodeGPT-0.8.0-linux-arm64
+ source_aarch64 = codegpt-aarch64-0.9.0::https://github.com/appleboy/CodeGPT/releases/download/v0.9.0/CodeGPT-0.9.0-linux-arm64
sha256sums_aarch64 = SKIP
pkgname = codegpt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 94ef0a608ea8..205091e8c893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=codegpt
pkgname=${_pkgname}-bin
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook"
arch=('x86_64' 'aarch64')