summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2017-11-07 11:49:45 +0100
committerThomas Jost2017-11-07 11:49:45 +0100
commit5849d93f613571ed1efdaa4300cdf1ada3f12ef9 (patch)
tree905b4b4ebb2b5f59af9bdbf2dd0fc918d101aec6
parent14b03d50750c737cc04241e2df865eec4388263e (diff)
downloadaur-5849d93f613571ed1efdaa4300cdf1ada3f12ef9.tar.gz
Version bump: 0.9.10
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6ff5253c975..c9569fd2f7f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Oct 30 13:22:36 UTC 2017
+# Tue Nov 7 10:49:33 UTC 2017
pkgbase = pgweb-bin
pkgdesc = Web-based PostgreSQL database browser written in Go
- pkgver = 0.9.9
+ pkgver = 0.9.10
pkgrel = 1
url = https://github.com/sosedoff/pgweb
install = pgweb.install
arch = i686
arch = x86_64
license = MIT
- provides = pgweb=0.9.9
+ provides = pgweb=0.9.10
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.9_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.9.9/pgweb_linux_386.zip
- md5sums_i686 = b7db688742d8573ada9c69d5ce54e6e0
- sha256sums_i686 = d7b85afc0ab66be54c627bd4c0141bfeb701ce5aa3ce9f872e8cc19c021dda6a
- source_x86_64 = bin_0.9.9_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.9.9/pgweb_linux_amd64.zip
- md5sums_x86_64 = a7ee7d30db623a0bd806495e3159ae55
- sha256sums_x86_64 = a6f4e29791bee06dc7bddb50329b86092e6885d1152cf677ce8b80e56d2ed69c
+ 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
pkgname = pgweb-bin
diff --git a/PKGBUILD b/PKGBUILD
index bf462b3c8af9..489765b504ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=pgweb-bin
-pkgver=0.9.9
+pkgver=0.9.10
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=('b7db688742d8573ada9c69d5ce54e6e0')
-md5sums_x86_64=('a7ee7d30db623a0bd806495e3159ae55')
+md5sums_i686=('71b3f6317def32dc3ffc1c98cf6b4730')
+md5sums_x86_64=('ffec8fd42a373b50f8d469a0e4cfdfc9')
sha256sums=('cc041317281beafc22ad7dd47f3f3ae3ca5006a3f873996bc611124fc3d439d0'
'aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29'
'b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6'
'5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609')
-sha256sums_i686=('d7b85afc0ab66be54c627bd4c0141bfeb701ce5aa3ce9f872e8cc19c021dda6a')
-sha256sums_x86_64=('a6f4e29791bee06dc7bddb50329b86092e6885d1152cf677ce8b80e56d2ed69c')
+sha256sums_i686=('e0ec2e99867a37e28c799dd71d3d83267a30d71fb5fae7f770f60daeffd6da17')
+sha256sums_x86_64=('b82f20ed69e54785488d795b23faca6127c580ba385d53aa525cf3f8a11f4c53')
backup=('etc/conf.d/pgweb')
install='pgweb.install'