summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2016-02-14 12:45:51 -0500
committerChris Severance2016-02-14 12:45:51 -0500
commit22c0bae5dd2dea7bb25baf3627f38e36e89a0c85 (patch)
tree18c9ceae8425b29327509eeca917281845f5bdb1 /PKGBUILD
parentb8abb67b74992bc89556e95d7e545aa7beebf6f8 (diff)
downloadaur-22c0bae5dd2dea7bb25baf3627f38e36e89a0c85.tar.gz
Update to 4.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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