summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2020-04-02 16:47:53 +0200
committerThomas Jost2020-04-02 16:47:53 +0200
commit9e0bdb00e551d9ad431762688016c67488d88ab8 (patch)
treeaaf1f7f7fd831f189a1700d74c0927428cdda7a3
parent0e09ee146a97f5348a2dbe1175e4a598993e7956 (diff)
downloadaur-9e0bdb00e551d9ad431762688016c67488d88ab8.tar.gz
Version bump: 0.11.6
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14e46894f9b5..72d7b2baf31a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pgweb-bin
pkgdesc = Web-based PostgreSQL database browser written in Go
- pkgver = 0.11.4
+ pkgver = 0.11.6
pkgrel = 1
url = https://github.com/sosedoff/pgweb
install = pgweb.install
arch = i686
arch = x86_64
license = MIT
- provides = pgweb=0.11.4
+ provides = pgweb=0.11.6
conflicts = pgweb
backup = etc/conf.d/pgweb
source = pgweb.install
@@ -22,12 +22,12 @@ pkgbase = pgweb-bin
sha256sums = aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29
sha256sums = b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6
sha256sums = 5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609
- source_i686 = bin_0.11.4_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.4/pgweb_linux_386.zip
- md5sums_i686 = 362fe075b1db95cb4130eca982c5d75b
- sha256sums_i686 = d19b1f5ad4e7a1c157456d5817e44555f9d6c2b582fef919ac397eb946dae9bc
- source_x86_64 = bin_0.11.4_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.4/pgweb_linux_amd64.zip
- md5sums_x86_64 = e27092aae7472e4717fabdd9a8d74c12
- sha256sums_x86_64 = 3beb96ba66a9e1da22f74f5f0ef4e2b13cae7a0c6d6404c8065ee1139f544c6b
+ source_i686 = bin_0.11.6_386.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.6/pgweb_linux_386.zip
+ md5sums_i686 = 14ad3ed2cf607f0c6c1aa8ca838e0fae
+ sha256sums_i686 = 0f79d4e1dd75cc59d5a2aa4ca29ff7a2ed5d5b5b8b7d7b09b36d23bea6f7d226
+ source_x86_64 = bin_0.11.6_amd64.zip::https://github.com/sosedoff/pgweb/releases/download/v0.11.6/pgweb_linux_amd64.zip
+ md5sums_x86_64 = 54a4e6367b7f1099f9777c19b9d50d83
+ sha256sums_x86_64 = fb5b9fe61fd960240bb8f65f9865b100527bc7340428513e77471921d690568b
pkgname = pgweb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9baa38107b69..c3d2b539ae90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=pgweb-bin
-pkgver=0.11.4
+pkgver=0.11.6
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=('362fe075b1db95cb4130eca982c5d75b')
-md5sums_x86_64=('e27092aae7472e4717fabdd9a8d74c12')
+md5sums_i686=('14ad3ed2cf607f0c6c1aa8ca838e0fae')
+md5sums_x86_64=('54a4e6367b7f1099f9777c19b9d50d83')
sha256sums=('cc041317281beafc22ad7dd47f3f3ae3ca5006a3f873996bc611124fc3d439d0'
'aa58ad72a5ea730b4c2ae292e02608d3df2b882c173520737fa4afb0faa89f29'
'b0f6b6099c2936e0dc11918799c2043831c0e4249d4dd15e77adc2d418e971a6'
'5eae680e816a8124f0b227da33bf90637730a5ef2b32267b89344369f866c609')
-sha256sums_i686=('d19b1f5ad4e7a1c157456d5817e44555f9d6c2b582fef919ac397eb946dae9bc')
-sha256sums_x86_64=('3beb96ba66a9e1da22f74f5f0ef4e2b13cae7a0c6d6404c8065ee1139f544c6b')
+sha256sums_i686=('0f79d4e1dd75cc59d5a2aa4ca29ff7a2ed5d5b5b8b7d7b09b36d23bea6f7d226')
+sha256sums_x86_64=('fb5b9fe61fd960240bb8f65f9865b100527bc7340428513e77471921d690568b')
backup=('etc/conf.d/pgweb')
install='pgweb.install'