summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2017-12-11 15:36:26 +0100
committerThomas Jost2017-12-11 15:36:26 +0100
commit669652d0eb69e8056d9c51aef50db5795bac5bf2 (patch)
tree54880d99b755c43d23d3433b65b5bedfdfc0ef35
parent5849d93f613571ed1efdaa4300cdf1ada3f12ef9 (diff)
downloadaur-669652d0eb69e8056d9c51aef50db5795bac5bf2.tar.gz
Version bump: 0.9.11
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9569fd2f7f8..c4e52c4ab266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 10:49:33 UTC 2017
+# Mon Dec 11 14:35:37 UTC 2017
pkgbase = pgweb-bin
pkgdesc = Web-based PostgreSQL database browser written in Go
- pkgver = 0.9.10
+ pkgver = 0.9.11
pkgrel = 1
url = https://github.com/sosedoff/pgweb
install = pgweb.install
arch = i686
arch = x86_64
license = MIT
- provides = pgweb=0.9.10
+ provides = pgweb=0.9.11
conflicts = pgweb
backup = etc/conf.d/pgweb
source = pgweb.install
@@ -24,12 +24,12 @@ pkgbase = pgweb-bin
sha256sums = aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29
sha256sums = b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6
sha256sums = 5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609
- source_i686 = bin_0.9.10_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.9.10/pgweb_linux_386.zip
- md5sums_i686 = 71b3f6317def32dc3ffc1c98cf6b4730
- sha256sums_i686 = e0ec2e99867a37e28c799dd71d3d83267a30d71fb5fae7f770f60daeffd6da17
- source_x86_64 = bin_0.9.10_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.9.10/pgweb_linux_amd64.zip
- md5sums_x86_64 = ffec8fd42a373b50f8d469a0e4cfdfc9
- sha256sums_x86_64 = b82f20ed69e54785488d795b23faca6127c580ba385d53aa525cf3f8a11f4c53
+ source_i686 = bin_0.9.11_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.9.11/pgweb_linux_386.zip
+ md5sums_i686 = 0e05e17e8c421ed5615c18c890449840
+ sha256sums_i686 = ab59236a3d028509db8812141b6507ec1d8aae7229efd4b92c5eee40ced50a9f
+ source_x86_64 = bin_0.9.11_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.9.11/pgweb_linux_amd64.zip
+ md5sums_x86_64 = aa9c2c1ef087ce9c566fda618ed059d0
+ sha256sums_x86_64 = b2317901612d3b808d97140158d1c9b6ddc855da39a9c191e9f73e3ad716c08b
pkgname = pgweb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 489765b504ad..f657fb6a4762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=pgweb-bin
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="Web-based PostgreSQL database browser written in Go"
arch=('i686' 'x86_64')
@@ -15,14 +15,14 @@ md5sums=('d45bd1fdcac2311fffa9534b430a3ee8'
'd89944e4c4d325569f94eb56dfbe6411'
'1362f2c1ba241a56b4c2c98bdfa2eca7'
'2146194a1a81d4d9f1172d1ea64e0fd0')
-md5sums_i686=('71b3f6317def32dc3ffc1c98cf6b4730')
-md5sums_x86_64=('ffec8fd42a373b50f8d469a0e4cfdfc9')
+md5sums_i686=('0e05e17e8c421ed5615c18c890449840')
+md5sums_x86_64=('aa9c2c1ef087ce9c566fda618ed059d0')
sha256sums=('cc041317281beafc22ad7dd47f3f3ae3ca5006a3f873996bc611124fc3d439d0'
'aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29'
'b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6'
'5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609')
-sha256sums_i686=('e0ec2e99867a37e28c799dd71d3d83267a30d71fb5fae7f770f60daeffd6da17')
-sha256sums_x86_64=('b82f20ed69e54785488d795b23faca6127c580ba385d53aa525cf3f8a11f4c53')
+sha256sums_i686=('ab59236a3d028509db8812141b6507ec1d8aae7229efd4b92c5eee40ced50a9f')
+sha256sums_x86_64=('b2317901612d3b808d97140158d1c9b6ddc855da39a9c191e9f73e3ad716c08b')
backup=('etc/conf.d/pgweb')
install='pgweb.install'