summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2019-02-08 12:29:51 +0100
committerThomas Jost2019-02-08 12:29:51 +0100
commit18d8f444d2725b99b9688335d167138fd0deb47f (patch)
treec5ff098346fdcd95b5a2b9dbc100c61a7efe30fd
parent0293e1a1e31d1df048d3bd1347d5daca503370ef (diff)
downloadaur-18d8f444d2725b99b9688335d167138fd0deb47f.tar.gz
Version bump: 0.11.1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b1c488507a..3cf898d94665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jan 4 22:13:10 UTC 2019
+# Fri Feb 8 11:27:53 UTC 2019
pkgbase = pgweb-bin
pkgdesc = Web-based PostgreSQL database browser written in Go
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/sosedoff/pgweb
install = pgweb.install
arch = i686
arch = x86_64
license = MIT
- provides = pgweb=0.11.0
+ provides = pgweb=0.11.1
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.11.0_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.0/pgweb_linux_386.zip
- md5sums_i686 = a9909fcc4abd932454cf33352ea98367
- sha256sums_i686 = 1759b3f3b70a04c293a39cd840d11f8e8c5d9520799d3784a1f964be451611b3
- source_x86_64 = bin_0.11.0_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.0/pgweb_linux_amd64.zip
- md5sums_x86_64 = 13e8f884fe7a3e8ee739e0a3b149bd87
- sha256sums_x86_64 = 553c9eb8c7e35c53af67f93ec5409130f62bfb3f2c0022a41732ad63e646b98d
+ source_i686 = bin_0.11.1_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.1/pgweb_linux_386.zip
+ md5sums_i686 = 35010092d7c24cfd57ca3930b24f0498
+ sha256sums_i686 = 78cebc05ffe930e14de8b60bfdce6a7127dca5724d455426373598f9e80c1996
+ source_x86_64 = bin_0.11.1_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.1/pgweb_linux_amd64.zip
+ md5sums_x86_64 = 0846389a5177a387016129a86719cd51
+ sha256sums_x86_64 = eb8d32d7df7bb0c2937aae09b398f4fa52d09ec812fc6a21cb5d3eaabe4e2325
pkgname = pgweb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0182051c5da1..9ab00511ae26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=pgweb-bin
-pkgver=0.11.0
+pkgver=0.11.1
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=('a9909fcc4abd932454cf33352ea98367')
-md5sums_x86_64=('13e8f884fe7a3e8ee739e0a3b149bd87')
+md5sums_i686=('35010092d7c24cfd57ca3930b24f0498')
+md5sums_x86_64=('0846389a5177a387016129a86719cd51')
sha256sums=('cc041317281beafc22ad7dd47f3f3ae3ca5006a3f873996bc611124fc3d439d0'
'aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29'
'b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6'
'5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609')
-sha256sums_i686=('1759b3f3b70a04c293a39cd840d11f8e8c5d9520799d3784a1f964be451611b3')
-sha256sums_x86_64=('553c9eb8c7e35c53af67f93ec5409130f62bfb3f2c0022a41732ad63e646b98d')
+sha256sums_i686=('78cebc05ffe930e14de8b60bfdce6a7127dca5724d455426373598f9e80c1996')
+sha256sums_x86_64=('eb8d32d7df7bb0c2937aae09b398f4fa52d09ec812fc6a21cb5d3eaabe4e2325')
backup=('etc/conf.d/pgweb')
install='pgweb.install'