Skip to content

Commit

Permalink
remove obsolete entries from sample_config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Feb 9, 2025
1 parent 4364759 commit 745f0de
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions sample_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}' '''
Expand All @@ -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"

0 comments on commit 745f0de

Please sign in to comment.