mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
remove obsolete entries from sample_config.toml
This commit is contained in:
parent
4364759b29
commit
745f0decdb
1 changed files with 2 additions and 11 deletions
|
@ -2,11 +2,6 @@
|
|||
oldver = "old_ver.json"
|
||||
newver = "new_ver.json"
|
||||
|
||||
[vim]
|
||||
source = "regex"
|
||||
regex = "7\\.3\\.\\d+"
|
||||
url = "http://ftp.vim.org/pub/vim/patches/7.3/"
|
||||
|
||||
[google-chrome]
|
||||
source = "cmd"
|
||||
cmd = '''wget -qO- http://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | zgrep -A1 "google-chrome-stable" | awk -F\" '/version/ {print $4"-"$6}' '''
|
||||
|
@ -25,17 +20,13 @@ github = "lilydjwg/nvchecker"
|
|||
[ssed]
|
||||
source = "regex"
|
||||
regex = "The current version is ([\\d.]+)\\."
|
||||
url = "http://sed.sourceforge.net/grabbag/ssed/"
|
||||
url = "https://sed.sourceforge.net/grabbag/ssed/"
|
||||
proxy = "http://localhost:8087"
|
||||
|
||||
[PySide]
|
||||
source = "pypi"
|
||||
pypi = "PySide"
|
||||
pypi = "nvchecker"
|
||||
|
||||
[test]
|
||||
source = "manual"
|
||||
manual = "0.1"
|
||||
|
||||
["Sparkle Test App"]
|
||||
source = "sparkle"
|
||||
sparkle = "https://sparkle-project.org/files/sparkletestcast.xml"
|
||||
|
|
Loading…
Add table
Reference in a new issue