summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-02-14 12:45:51 -0500
committerChris Severance2016-02-14 12:45:51 -0500
commit22c0bae5dd2dea7bb25baf3627f38e36e89a0c85 (patch)
tree18c9ceae8425b29327509eeca917281845f5bdb1
parentb8abb67b74992bc89556e95d7e545aa7beebf6f8 (diff)
downloadaur-22c0bae5dd2dea7bb25baf3627f38e36e89a0c85.tar.gz
Update to 4.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f548e687ad57..bd9d77b44b9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 14 17:45:34 UTC 2016
pkgbase = adminer-editor
pkgdesc = Database data editing tool written in PHP
- pkgver = 4.2.3
+ pkgver = 4.2.4
pkgrel = 1
url = https://www.adminer.org/en/editor/
install = adminer-editor.install
@@ -12,8 +14,8 @@ pkgbase = adminer-editor
optdepends = postgresql
optdepends = sqlite
optdepends = sqlite2
- source = https://www.adminer.org/static/download/4.2.3/editor-4.2.3.php
- sha256sums = 7e0fe7a19225b989d7e0e16a86420ecacd08a3a1cff2834fae193e30fd343a33
+ source = https://www.adminer.org/static/download/4.2.4/editor-4.2.4.php
+ sha256sums = 815db1d5f6fc5ab21a22dff618339b544b99834b7d8b2048a7dbc1699a004736
pkgname = adminer-editor
diff --git a/PKGBUILD b/PKGBUILD
index 996b40775b4a..459a7e102cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ test ! -z "${_opt_HexCode}" && _opt_HexCode="-${_opt_HexCode}"
_pkgname='adminer-editor'
pkgname="${_pkgname}"
-pkgver=4.2.3
+pkgver=4.2.4
pkgrel=1
pkgdesc='Database data editing tool written in PHP'
arch=('any')
@@ -35,8 +35,8 @@ 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")
-source=("https://www.adminer.org/static/download/4.2.3/editor-${pkgver}.php")
-sha256sums=('7e0fe7a19225b989d7e0e16a86420ecacd08a3a1cff2834fae193e30fd343a33')
+source=("https://www.adminer.org/static/download/${pkgver}/editor-${pkgver}.php")
+sha256sums=('815db1d5f6fc5ab21a22dff618339b544b99834b7d8b2048a7dbc1699a004736')
package() {
set -u