Skip to content

Commit

Permalink
feat: update MD5 checksum
Browse files Browse the repository at this point in the history
Update the MD5 checksum in PKGBUILD to match the latest release.
  • Loading branch information
tfkhdyt committed Feb 18, 2024
1 parent 3f5dde9 commit 902339a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Taufik Hidayat <tfkhdyt@proton.me>
pkgname=geminicommit-bin
pkgver=0.0.1
pkgrel=1
pkgrel=2
epoch=
pkgdesc="A CLI that writes your git commit messages for you with Google Gemini AI"
arch=("x86_64")
Expand All @@ -15,7 +15,7 @@ provides=()
conflicts=()
replaces=()
source=("$pkgname-v$pkgver.tar.gz::https://github.com/tfkhdyt/geminicommit/releases/download/v$pkgver/geminicommit-v$pkgver-linux-amd64.tar.gz")
md5sums=("SKIP")
md5sums=("ed00a68f72a6bc0aff855921da919650")

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

0 comments on commit 902339a

Please sign in to comment.