Skip to content

Commit

Permalink
Confirm to scoop schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Jan 12, 2017
1 parent d549822 commit 52b6cf8
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _rasa_apps.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_comment": "winrar and ztree are Trialware",
"bin": [],
"comment": "winrar and ztree are Trialware",
"depends": [
"attr",
"babelmap",
Expand Down
2 changes: 1 addition & 1 deletion babelmap.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "BabelMap.zip is updated regularly so let's leave the hash empty",
"bin": "BabelMap.exe",
"checkver": "BabelMap</td>\\s*<td class=\"sl\">([\\d.]+)",
"comment": "BabelMap.zip is updated regularly so let's leave the hash empty",
"description": "Display Unicode character maps",
"homepage": "http://www.babelstone.co.uk/Software/BabelMap.html",
"license": "Freeware",
Expand Down
2 changes: 1 addition & 1 deletion babelpad.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "BabelPad.zip is updated regularly so let's leave the hash empty",
"bin": "BabelPad.exe",
"checkver": "BabelPad</td>\\s*<td class=\"sl\">([\\d.]+)",
"comment": "BabelPad.zip is updated regularly so let's leave the hash empty",
"description": "Unicode text editor",
"homepage": "http://www.babelstone.co.uk/Software/BabelPad.html",
"license": "Freeware",
Expand Down
2 changes: 1 addition & 1 deletion ffb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_checkver": "FFB\\s+V([\\d.]+)\\s+-\\s+Flush",
"_comment": "checkver to be: FFB\\s+V([\\d.]+)\\s+-\\s+Flush",
"architecture": {
"32bit": {
"bin": "Win32/FFB.exe"
Expand Down
2 changes: 1 addition & 1 deletion listdosdevices.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_checkver": "ListDosDevices\\s+V([\\d.]+)",
"_comment": "checkver to be: ListDosDevices\\s+V([\\d.]+)",
"bin": "ListDosDevices.exe",
"description": "List DOS devices",
"homepage": "http://www.uwe-sieber.de/drivetools_e.html",
Expand Down
2 changes: 1 addition & 1 deletion remount.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_checkver": "ReMount\\s+V([\\d.]+)\\s+-\\s+reassigning",
"_comment": "checkver to be: ReMount\\s+V([\\d.]+)\\s+-\\s+reassigning",
"architecture": {
"32bit": {
"bin": "Win32/remount.exe"
Expand Down
3 changes: 2 additions & 1 deletion validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import json
import os
import pprint
import re
import sys
import traceback

Expand All @@ -21,7 +22,7 @@ def decode(s):
schema_name = 'schema.json'

file = sys.argv[1]
if file == schema_name:
if re.match('^schema', file):
sys.exit(0)

print('Validating', file)
Expand Down
2 changes: 1 addition & 1 deletion winrar.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_license_url": "http://www.win-rar.com/winrarlicense.html?&L=0",
"_comment": "license_url: http://www.win-rar.com/winrarlicense.html?&L=0",
"architecture": {
"32bit": {
"hash": "e81baa5c2d2771cbad2d168ecf278f865dc2de38983c6a169d583949375ea735",
Expand Down
2 changes: 1 addition & 1 deletion wkhtmltopdf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_todo": "test 32bit version",
"_comment": "todo: test 32bit version",
"architecture": {
"32bit": {
"hash": "",
Expand Down
2 changes: 1 addition & 1 deletion ztree.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"_comment": "uninstaller ignores the /S command line",
"architecture": {
"32bit": {
"hash": "7bf68e67c877c70bd563e19c57e08d4e3b8a8262a57f8f7a32174f6dd1a45f5f",
Expand All @@ -24,7 +25,6 @@
}
},
"checkver": "color:\\s+rgb\\(255,0,0\\);\">v([\\d.]+)",
"comment": "uninstaller ignores the /S command line",
"description": "Text-mode file/directory manager",
"homepage": "http://www.ztree.com/html/ztreewin.htm",
"license": "Shareware",
Expand Down

0 comments on commit 52b6cf8

Please sign in to comment.