Skip to content

Commit

Permalink
build: update geminicommit-bin version to 0.0.4
Browse files Browse the repository at this point in the history
This version bump the package version to its latest release. It also updates the sha256sums for both x86_64 and aarch64 architectures.
  • Loading branch information
tfkhdyt committed Feb 25, 2024
1 parent 62e3d27 commit 265410c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Maintainer: Taufik Hidayat <[email protected]>

pkgname=geminicommit-bin
pkgver=0.0.3
pkgver=0.0.4
pkgrel=1
pkgdesc='A CLI that writes your git commit messages for you with Google Gemini AI'
arch=('x86_64' 'aarch64')
url='https://github.com/tfkhdyt/geminicommit'
license=('GPL3')
depends=('git')
source_x86_64=("${pkgname}-v${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/geminicommit-v${pkgver}-linux-amd64.tar.gz")
sha256sums_x86_64=('05d5507bdc02996d1b5ff52b8fc07a04220603594ee08398ae75763540e341e1')
sha256sums_x86_64=('13f02fab7dee748338016ff2ae58c64ed2cbb765d24d8835271b361b84c4a45f')

source_aarch64=("${pkgname}-v${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/geminicommit-v${pkgver}-linux-arm64.tar.gz")
sha256sums_aarch64=('8d87a82cf5f3dce9dc0287b1df019aa8feb04d4f7ab776e028fd220521d554d2')
sha256sums_aarch64=('4b8a8e26f2ebf5861c8acf6c986badf30e46f19aa2d0385253d66e07391f60ba')

build() {
./geminicommit completion bash >geminicommit.bash
Expand Down

0 comments on commit 265410c

Please sign in to comment.