pgweb: update to 0.14.1.

This commit is contained in:
Gerardo Di iorio 2023-06-24 14:21:57 +02:00 committed by Andrew Benson
parent 43bb85c7c6
commit 7bb1d22dfe

View file

@ -1,7 +1,7 @@
# Template file for 'pgweb' # Template file for 'pgweb'
pkgname=pgweb pkgname=pgweb
version=0.14.0 version=0.14.1
revision=2 revision=1
build_style=go build_style=go
go_import_path="github.com/sosedoff/pgweb" go_import_path="github.com/sosedoff/pgweb"
short_desc="Cross-platform client for Postgresql databases" short_desc="Cross-platform client for Postgresql databases"
@ -10,7 +10,7 @@ license="MIT"
homepage="https://sosedoff.github.io/pgweb" homepage="https://sosedoff.github.io/pgweb"
changelog="https://github.com/sosedoff/pgweb/raw/master/CHANGELOG.md" changelog="https://github.com/sosedoff/pgweb/raw/master/CHANGELOG.md"
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz" distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
checksum=801f83449b88ef241a30f69d5c4201adc295f4393182cea195e51281c6df58e1 checksum=e6636ff079c8b01ac2add78c7a05f86d61550a5213155065c892015e6217be01
post_install() { post_install() {
vdoc README.md vdoc README.md