Package Details: gonavi-bin 0.7.3-1

Git Clone URL: https://aur.archlinux.org/gonavi-bin.git (read-only, click to copy)
Package Base: gonavi-bin
Description: A Modern Lightweight Database Client built with Wails (Go) and React
Upstream URL: https://github.com/Syngnat/GoNavi
Licenses: Apache-2.0
Conflicts: gonavi
Provides: gonavi
Submitter: Aloys23
Maintainer: Aloys23
Last Packager: Aloys23
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-10 08:59 (UTC)
Last Updated: 2026-05-04 01:38 (UTC)

Latest Comments

immort521 commented on 2026-05-03 15:55 (UTC)

New upstream release 0.7.3 is available.

Build and checksum verified locally.

Patch:

diff --git a/PKGBUILD b/PKGBUILD
index fefcf6e..5e98d85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Aloys23 <aloys23@duck.com>
 _pkgname=gonavi
 pkgname=${_pkgname}-bin
-pkgver=0.6.5
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="A Modern Lightweight Database Client built with Wails (Go) and React"
 arch=('x86_64')
@@ -19,7 +19,7 @@ source=(
     "https://github.com/Syngnat/GoNavi/releases/download/v${pkgver}/GoNavi-${pkgver}-Linux-Amd64-WebKit41.tar.gz"
     "${_pkgname}.svg::https://cdn.jsdelivr.net/gh/Syngnat/GoNavi@dev/logo.svg"
 )
-sha256sums=('34f105a657ae6b971aafdf7960004a887cf77ca20e66173a01624361c57a12a8'
+sha256sums=('8af28b36884f1a6e76ef307793449b857062a3d01c09a024061dd93c6590ef27'
             'e3a90ddc5ebd2e43239206308f13452ea59c6bc89aa461a61c3c1d84d856d04d')

 package() {