From 5a644669b5809271fdc377ef8cf8887e57176454 Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Mon, 28 Mar 2016 23:08:45 -0400 Subject: [PATCH 1/2] Promote `latex` to main bucket --- latex.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 latex.json diff --git a/latex.json b/latex.json new file mode 100644 index 0000000000..5d944ac463 --- /dev/null +++ b/latex.json @@ -0,0 +1,11 @@ +{ + "homepage": "http://miktex.org", + "version": "2.9.5719", + "license": "http://miktex.org/copying", + "url": "http://mirrors.ctan.org/systems/win32/miktex/setup/miktex-portable-2.9.5719.exe#/dl.7z", + "hash": "41bee67c430dc4a3f65416bdb6ddcaf18a45d6e825b71d6f227094e3f00c18e6", + "bin": [ + "miktex\\bin\\latex.exe", + "miktex\\bin\\pdflatex.exe" + ] +} From 98c62718ce59338384ab1f5e43b901882b1411f8 Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Mon, 28 Mar 2016 23:31:34 -0400 Subject: [PATCH 2/2] Update `latex` to and add checkver --- latex.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/latex.json b/latex.json index 5d944ac463..5a66038628 100644 --- a/latex.json +++ b/latex.json @@ -1,11 +1,15 @@ { "homepage": "http://miktex.org", - "version": "2.9.5719", + "version": "2.9.5857", "license": "http://miktex.org/copying", - "url": "http://mirrors.ctan.org/systems/win32/miktex/setup/miktex-portable-2.9.5719.exe#/dl.7z", - "hash": "41bee67c430dc4a3f65416bdb6ddcaf18a45d6e825b71d6f227094e3f00c18e6", + "url": "http://mirrors.ctan.org/systems/win32/miktex/setup/miktex-portable-2.9.5857.exe#/dl.7z", + "hash": "463acece6b0109baf8a53a4039e09739fb779c541f45c3567b028c46944728e6", "bin": [ "miktex\\bin\\latex.exe", "miktex\\bin\\pdflatex.exe" - ] + ], + "checkver": { + "url": "http://miktex.org/portable", + "re": "MiKTeX\\s+Portable\\s+(\\d+\\.\\d+\\.\\d+)" + } }