summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-07-19 19:10:51 -0400
committerChris Severance2019-07-19 19:10:51 -0400
commit35af78530c6e496f9342dba89d4d32b4fb600a06 (patch)
tree832a9ba371a6e262ad8701ff076a1d837d512e78
parentd0dfcc8f973c883233c2a6a8b5a9c3eb7c300a72 (diff)
downloadaur-35af78530c6e496f9342dba89d4d32b4fb600a06.tar.gz
autu: Update to 4.7.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc93f536a6df..84a3559e5787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 4 01:00:47 UTC 2019
+# Fri Jul 19 23:10:50 UTC 2019
pkgbase = adminer-editor
pkgdesc = Database data editing tool written in PHP
- pkgver = 4.7.1
+ pkgver = 4.7.2
pkgrel = 1
url = https://www.adminer.org/en/editor/
install = adminer-editor.install
@@ -14,8 +14,8 @@ pkgbase = adminer-editor
optdepends = postgresql
optdepends = sqlite
optdepends = sqlite2
- source = https://www.adminer.org/static/download/4.7.1/editor-4.7.1.php
- sha256sums = cb56184325a1f5caeba5d857a7c350ee7048b79695a9abf1653694267272f37a
+ source = https://www.adminer.org/static/download/4.7.2/editor-4.7.2.php
+ sha256sums = 3b87b3cf419220a31a9865d0996cf6f9b81da80f8d8b202db53097719fcc5dfa
pkgname = adminer-editor
diff --git a/PKGBUILD b/PKGBUILD
index 5b067b2f0c4c..d0b3a91cca26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ fi
_pkgname='adminer-editor'
pkgname="${_pkgname}"
-pkgver='4.7.1'
+pkgver='4.7.2'
pkgrel='1'
pkgdesc='Database data editing tool written in PHP'
arch=('any')
@@ -40,7 +40,7 @@ _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/${pkgver}/editor-${pkgver}.php")
-sha256sums=('cb56184325a1f5caeba5d857a7c350ee7048b79695a9abf1653694267272f37a')
+sha256sums=('3b87b3cf419220a31a9865d0996cf6f9b81da80f8d8b202db53097719fcc5dfa')
package() {
set -u