mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
							parent
							
								
									7c54b8fe79
								
							
						
					
					
						commit
						1d1674829b
					
				
							
								
								
									
										2
									
								
								go.json
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.json
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "1.7.0",
 | 
			
		||||
    "version": "1.7",
 | 
			
		||||
    "homepage": "http://golang.org",
 | 
			
		||||
    "license": "http://golang.org/LICENSE",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "homepage": "https://www.mercurial-scm.org/",
 | 
			
		||||
    "version": "3.9.0",
 | 
			
		||||
    "version": "3.9",
 | 
			
		||||
    "license": "http://www.gnu.org/licenses/gpl-2.0.txt",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
@ -15,7 +15,7 @@
 | 
			
		||||
    "innosetup": true,
 | 
			
		||||
    "bin": "hg.exe",
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "url": "https://www.mercurial-scm.org/downloads",
 | 
			
		||||
        "re": "<em>Mercurial\\s+([0-9\\.]+)\\s+Inno\\s+Setup.*<\\/em>"
 | 
			
		||||
        "url": "https://www.mercurial-scm.org/wiki/WhatsNew",
 | 
			
		||||
        "re": "Mercurial\\s+([0-9\\.]+)\\s+\\([0-9\\-]+\\)"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								nodejs.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								nodejs.json
									
									
									
									
									
								
							@ -1,15 +1,15 @@
 | 
			
		||||
{
 | 
			
		||||
    "homepage": "http://nodejs.org",
 | 
			
		||||
    "version": "6.4.0",
 | 
			
		||||
    "version": "6.5.0",
 | 
			
		||||
    "license": "MIT",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi",
 | 
			
		||||
            "hash": "c2f9970ff7402078f4210f981f96672c28bba018b4390517cbc4a1a785a4b7b7"
 | 
			
		||||
            "url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x64.msi",
 | 
			
		||||
            "hash": "2A269B0B9FEE2C502D4A81168F12315E9D55396641522249931F0F88E02638C4"
 | 
			
		||||
        },
 | 
			
		||||
        "32bit": {
 | 
			
		||||
            "url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x86.msi",
 | 
			
		||||
            "hash": "35df69a68e14e9029589b22d79211c4b73cdf70a6df42777ad86e1e5b0fb759a"
 | 
			
		||||
            "url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x86.msi",
 | 
			
		||||
            "hash": "93DB364A5F519E8A29BB2279B470DA7708F3869BCB4F8D597121F58F12F9B0FC"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "env_add_path": "nodejs",
 | 
			
		||||
 | 
			
		||||
@ -1,11 +1,11 @@
 | 
			
		||||
{
 | 
			
		||||
    "homepage": "https://www.rethinkdb.com/",
 | 
			
		||||
    "license": "http://www.gnu.org/licenses/agpl-3.0.html",
 | 
			
		||||
    "version": "2.3.4",
 | 
			
		||||
    "version": "2.3.5",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.4.zip",
 | 
			
		||||
            "hash": "DAC7D7DC1473DD6748F1F920821A67E7FFE60FD18BEF84CA1B6DB8340AC9687C"
 | 
			
		||||
            "url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.5.zip",
 | 
			
		||||
            "hash": "AFC431C0AAA6D8B05090F4C33BC527BAB6D889555A9817789F155AC45BC51573"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": "rethinkdb.exe",
 | 
			
		||||
 | 
			
		||||
@ -17,5 +17,8 @@
 | 
			
		||||
        "Rust\\bin\\rustdoc.exe",
 | 
			
		||||
        "Rust\\bin\\cargo.exe"
 | 
			
		||||
    ],
 | 
			
		||||
    "checkver": "var rec_package_name = \"([0-9\\.]+)\";"
 | 
			
		||||
    "checkver": {
 | 
			
		||||
      "url": "https://github.com/rust-lang/rust/releases",
 | 
			
		||||
      "re": "<span class=\"tag-name\">([0-9\\.]+)</span>"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -17,5 +17,8 @@
 | 
			
		||||
        "Rust\\bin\\rustdoc.exe",
 | 
			
		||||
        "Rust\\bin\\cargo.exe"
 | 
			
		||||
    ],
 | 
			
		||||
    "checkver": "var rec_package_name = \"([0-9\\.]+)\";"
 | 
			
		||||
    "checkver": {
 | 
			
		||||
      "url": "https://github.com/rust-lang/rust/releases",
 | 
			
		||||
      "re": "<span class=\"tag-name\">([0-9\\.]+)</span>"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -26,7 +26,7 @@
 | 
			
		||||
        "bin\\svnversion.exe"
 | 
			
		||||
    ],
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "url": "http://sliksvn.com/pub/",
 | 
			
		||||
        "re": "<a>Slik-Subversion-([0-9\\.]+)-x64.zip<\\/a>"
 | 
			
		||||
        "url": "https://sliksvn.com/download/",
 | 
			
		||||
        "re": "<a href=\"https://sliksvn\\.com/pub/Slik\\-Subversion\\-([0-9\\.]+)\\-win32\\.zip\""
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user