summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2022-06-09 11:21:16 +0200
committerThomas Jost2022-06-09 11:21:16 +0200
commitf879fb36f038bd613de5d0f8675ab3312de2a98a (patch)
treef80052eec23bada908fdb5ce5f7595b67614399a
parent85f54ff8c3fc6354f7e9948be3df88519e1c9cea (diff)
downloadaur-f879fb36f038bd613de5d0f8675ab3312de2a98a.tar.gz
Version bump: 0.11.11
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD14
-rw-r--r--pgweb.service2
3 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcddafdc95df..266027176235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pgweb-bin
pkgdesc = Web-based PostgreSQL database browser written in Go
- pkgver = 0.11.8
+ pkgver = 0.11.11
pkgrel = 1
url = https://github.com/sosedoff/pgweb
install = pgweb.install
arch = i686
arch = x86_64
license = MIT
- provides = pgweb=0.11.8
+ provides = pgweb=0.11.11
conflicts = pgweb
backup = etc/conf.d/pgweb
source = pgweb.install
@@ -16,17 +16,17 @@ pkgbase = pgweb-bin
source = bookmark.toml.sample
md5sums = d45bd1fdcac2311fffa9534b430a3ee8
md5sums = d89944e4c4d325569f94eb56dfbe6411
- md5sums = 1362f2c1ba241a56b4c2c98bdfa2eca7
+ md5sums = a2f71b3389ccf56ea6921123cf93d0d3
md5sums = 2146194a1a81d4d9f1172d1ea64e0fd0
sha256sums = cc041317281beafc22ad7dd47f3f3ae3ca5006a3f873996bc611124fc3d439d0
sha256sums = aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29
- sha256sums = b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6
+ sha256sums = ec7dca09ee7598e2c8cc949ca4541ee9b823cc9a09ea8c50378a1bbe46e1a1ff
sha256sums = 5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609
- source_i686 = bin_0.11.8_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.8/pgweb_linux_386.zip
- md5sums_i686 = 70539b40b290f4eb22c9b19967e26995
- sha256sums_i686 = 2c8bcfda0d2d0e245fd3f40856b7b93dec8bc2783d609123599305a6de9ffc6d
- source_x86_64 = bin_0.11.8_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.8/pgweb_linux_amd64.zip
- md5sums_x86_64 = cf5c0085fae44db4cfeddc24392ec87f
- sha256sums_x86_64 = fac844b004a7d7f6d7d84b8b4b4ff2ec454b7812953b25e98a999513ba288539
+ source_i686 = bin_0.11.11_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.11/pgweb_linux_386.zip
+ md5sums_i686 = 65b1357cb9a32deeb2cea0e769d9dff3
+ sha256sums_i686 = 2326f57fda040cdd09158d00fea51b85cbc277f99e002579bc4bc4b44f933c3d
+ source_x86_64 = bin_0.11.11_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.11/pgweb_linux_amd64.zip
+ md5sums_x86_64 = 53668bfab222768311c47ceed2c3a944
+ sha256sums_x86_64 = 4b3d961db8b3f7274aadcc8d5c45b791516dd6a92e37a7c96dae6ee2167af0ac
pkgname = pgweb-bin
diff --git a/PKGBUILD b/PKGBUILD
index c45a1087720c..527727241608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=pgweb-bin
-pkgver=0.11.8
+pkgver=0.11.11
pkgrel=1
pkgdesc="Web-based PostgreSQL database browser written in Go"
arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@ source_i686=("bin_${pkgver}_386.zip::https://github.com/sosedoff/pgweb/releases/
source_x86_64=("bin_${pkgver}_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v${pkgver}/pgweb_linux_amd64.zip")
md5sums=('d45bd1fdcac2311fffa9534b430a3ee8'
'd89944e4c4d325569f94eb56dfbe6411'
- '1362f2c1ba241a56b4c2c98bdfa2eca7'
+ 'a2f71b3389ccf56ea6921123cf93d0d3'
'2146194a1a81d4d9f1172d1ea64e0fd0')
-md5sums_i686=('70539b40b290f4eb22c9b19967e26995')
-md5sums_x86_64=('cf5c0085fae44db4cfeddc24392ec87f')
+md5sums_i686=('65b1357cb9a32deeb2cea0e769d9dff3')
+md5sums_x86_64=('53668bfab222768311c47ceed2c3a944')
sha256sums=('cc041317281beafc22ad7dd47f3f3ae3ca5006a3f873996bc611124fc3d439d0'
'aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29'
- 'b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6'
+ 'ec7dca09ee7598e2c8cc949ca4541ee9b823cc9a09ea8c50378a1bbe46e1a1ff'
'5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609')
-sha256sums_i686=('2c8bcfda0d2d0e245fd3f40856b7b93dec8bc2783d609123599305a6de9ffc6d')
-sha256sums_x86_64=('fac844b004a7d7f6d7d84b8b4b4ff2ec454b7812953b25e98a999513ba288539')
+sha256sums_i686=('2326f57fda040cdd09158d00fea51b85cbc277f99e002579bc4bc4b44f933c3d')
+sha256sums_x86_64=('4b3d961db8b3f7274aadcc8d5c45b791516dd6a92e37a7c96dae6ee2167af0ac')
backup=('etc/conf.d/pgweb')
install='pgweb.install'
diff --git a/pgweb.service b/pgweb.service
index 19fb240398fc..0fd9a5b66585 100644
--- a/pgweb.service
+++ b/pgweb.service
@@ -7,7 +7,7 @@ Type=simple
EnvironmentFile=/etc/conf.d/pgweb
ExecStart=/usr/bin/pgweb $PGWEB_OPTIONS
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-NoNewPrivilegies=true
+NoNewPrivileges=true
PrivateTmp=true
PrivateDevices=true
ProtectHome=true