summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2018-07-03 07:56:09 -0400
committerMario Finelli2018-07-03 07:56:09 -0400
commit8857048b4352cf2a3e6421e9597d3135bb0ecb55 (patch)
treecb940916537e0c220ed03a2ce74229527edb27e3
parent5037b9a7634a8f332aa77bc392323568f130c2ea (diff)
downloadaur-8857048b4352cf2a3e6421e9597d3135bb0ecb55.tar.gz
Bump to 4.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b28d7cbbf0..b5bf152a79cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = adminer
pkgdesc = A full-featured MySQL management tool written in PHP.
- pkgver = 4.6.2
+ pkgver = 4.6.3
pkgrel = 1
url = https://www.adminer.org
install = adminer.install
arch = any
- license = Apache,
+ license = Apache
license = GPL
depends = php
optdepends = mysql
@@ -14,10 +14,10 @@ pkgbase = adminer
optdepends = sqlite
source = adminer.install
source = httpd-adminer.conf
- source = https://www.adminer.org/static/download/4.6.2/adminer-4.6.2.php
+ source = https://www.adminer.org/static/download/4.6.3/adminer-4.6.3.php
sha256sums = a9b786e220c0deabcb96849ffa511f1ef0b130836f978a8504e1ffbc9c723e51
sha256sums = 176b392620e8d972188685e0e202cba853a2ff5e3d0c90fef130ef1c8c2491c2
- sha256sums = 2b3e5e87ed1214288378fc272c1ba0497ec2f1128444e3a581eabd435f5575b9
+ sha256sums = aa4a60ae2d1d0401cf26282451db8e57a1a66622e8048cdb3fd3a6db1f0f24e2
pkgname = adminer
diff --git a/PKGBUILD b/PKGBUILD
index 3e4f66f831b3..6228f8640676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Sabart Otto <seberm at gmail dot com>
pkgname=adminer
-pkgver=4.6.2
+pkgver=4.6.3
pkgrel=1
pkgdesc="A full-featured MySQL management tool written in PHP."
arch=('any')
-license=('Apache', 'GPL')
+license=('Apache' 'GPL')
depends=('php')
optdepends=('mysql' 'apache' 'postgresql' 'sqlite')
url="https://www.adminer.org"
@@ -16,7 +16,7 @@ source=("${pkgname}.install"
"https://www.adminer.org/static/download/${pkgver}/${pkgname}-${pkgver}.php")
sha256sums=('a9b786e220c0deabcb96849ffa511f1ef0b130836f978a8504e1ffbc9c723e51'
'176b392620e8d972188685e0e202cba853a2ff5e3d0c90fef130ef1c8c2491c2'
- '2b3e5e87ed1214288378fc272c1ba0497ec2f1128444e3a581eabd435f5575b9')
+ 'aa4a60ae2d1d0401cf26282451db8e57a1a66622e8048cdb3fd3a6db1f0f24e2')
package() {
cd "$srcdir"