summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-11-16 16:32:32 -0500
committerChris Severance2015-11-16 16:32:32 -0500
commitb8abb67b74992bc89556e95d7e545aa7beebf6f8 (patch)
tree8101ce1460c2b815a1fd43925a34e8f1b82953e3
parentad9e1b656b99c6a3305e69de8a8d3a2c8af6b1c3 (diff)
downloadaur-b8abb67b74992bc89556e95d7e545aa7beebf6f8.tar.gz
Update to 4.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b04c1d4afc3..f548e687ad57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = adminer-editor
pkgdesc = Database data editing tool written in PHP
- pkgver = 4.2.2
+ pkgver = 4.2.3
pkgrel = 1
url = https://www.adminer.org/en/editor/
install = adminer-editor.install
arch = any
- license = Apache License, Version 2.0
+ license = Apache
depends = php
optdepends = mariadb
optdepends = apache
optdepends = postgresql
optdepends = sqlite
optdepends = sqlite2
- source = http://downloads.sourceforge.net/adminer/editor-4.2.2.php
- sha256sums = 3b07a61595756703a3e443a2bae082ae7acca511940cdaf3976cb33c7b477705
+ source = https://www.adminer.org/static/download/4.2.3/editor-4.2.3.php
+ sha256sums = 7e0fe7a19225b989d7e0e16a86420ecacd08a3a1cff2834fae193e30fd343a33
pkgname = adminer-editor
diff --git a/PKGBUILD b/PKGBUILD
index 5ee0d02b9547..996b40775b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,18 +24,19 @@ test ! -z "${_opt_HexCode}" && _opt_HexCode="-${_opt_HexCode}"
_pkgname='adminer-editor'
pkgname="${_pkgname}"
-pkgver=4.2.2
+pkgver=4.2.3
pkgrel=1
pkgdesc='Database data editing tool written in PHP'
arch=('any')
url='https://www.adminer.org/en/editor/'
-license=('Apache License, Version 2.0')
+license=('Apache')
depends=('php')
optdepends=('mariadb' 'apache' 'postgresql' 'sqlite' 'sqlite2')
_verwatch=("${url}" '/static/download/[0-9\.]\+/editor-\([0-9\.]\+\).php' 'l')
install="${_pkgname}.install"
-source=("http://downloads.sourceforge.net/adminer/editor-${pkgver}.php")
-sha256sums=('3b07a61595756703a3e443a2bae082ae7acca511940cdaf3976cb33c7b477705')
+#source=("http://downloads.sourceforge.net/adminer/editor-${pkgver}.php")
+source=("https://www.adminer.org/static/download/4.2.3/editor-${pkgver}.php")
+sha256sums=('7e0fe7a19225b989d7e0e16a86420ecacd08a3a1cff2834fae193e30fd343a33')
package() {
set -u