summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2024-03-15 16:17:58 +0100
committerThomas Jost2024-03-15 16:17:58 +0100
commit2e5a552102cf79238a2a221f3356cc22cad9e340 (patch)
treebff6ec7c5ca3ad9f7d37240f7e9fb541514cc717
parente1031c54df99d87feb25b06eba0c4e2604e2095f (diff)
downloadaur-pgweb-bin.tar.gz
Version bump: 0.15.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f08ce94c97..7c08cb05991a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pgweb-bin
pkgdesc = Web-based PostgreSQL database browser written in Go
- pkgver = 0.14.3
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/sosedoff/pgweb
install = pgweb.install
arch = x86_64
arch = aarch64
license = MIT
- provides = pgweb=0.14.3
+ provides = pgweb=0.15.0
conflicts = pgweb
backup = etc/conf.d/pgweb
source = pgweb.install
@@ -18,9 +18,9 @@ pkgbase = pgweb-bin
sha256sums = aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29
sha256sums = fd97b0358d87659770b8a4289d35bd9c02607807fdd53e09447829661dea7b1d
sha256sums = 5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609
- source_x86_64 = bin_0.14.3_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.14.3/pgweb_linux_amd64.zip
- sha256sums_x86_64 = cb4e8135b1e9da27a8c2f7ab868c6f2df4ff4a4a13f63ffce206e2b9918a2763
- source_aarch64 = bin_0.14.3_arm64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.14.3/pgweb_linux_arm64.zip
- sha256sums_aarch64 = 749078cb0b164725d3a2cbe5368aa5bedd023b35700a460ed7987dc1dd147973
+ source_x86_64 = bin_0.15.0_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.15.0/pgweb_linux_amd64.zip
+ sha256sums_x86_64 = dece04583920594c6c0d5b12f7b2c23eb64ce0fd171ed8a9dae5e16712f7c7e7
+ source_aarch64 = bin_0.15.0_arm64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.15.0/pgweb_linux_arm64.zip
+ sha256sums_aarch64 = 757c9b7a720b49b57866a84bbaafc4733e93572e2cda8247041cbb7d907f553e
pkgname = pgweb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b1b8bbf0a54..518f6b7c93bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=pgweb-bin
-pkgver=0.14.3
+pkgver=0.15.0
pkgrel=1
pkgdesc="Web-based PostgreSQL database browser written in Go"
arch=(x86_64 aarch64)
@@ -15,8 +15,8 @@ sha256sums=('cc041317281beafc22ad7dd47f3f3ae3ca5006a3f873996bc611124fc3d439d0'
'aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29'
'fd97b0358d87659770b8a4289d35bd9c02607807fdd53e09447829661dea7b1d'
'5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609')
-sha256sums_x86_64=('cb4e8135b1e9da27a8c2f7ab868c6f2df4ff4a4a13f63ffce206e2b9918a2763')
-sha256sums_aarch64=('749078cb0b164725d3a2cbe5368aa5bedd023b35700a460ed7987dc1dd147973')
+sha256sums_x86_64=('dece04583920594c6c0d5b12f7b2c23eb64ce0fd171ed8a9dae5e16712f7c7e7')
+sha256sums_aarch64=('757c9b7a720b49b57866a84bbaafc4733e93572e2cda8247041cbb7d907f553e')
backup=('etc/conf.d/pgweb')
install='pgweb.install'