Skip to content

Commit 4aaa40f

Browse files
author
neil
committed
upgrade
1 parent 53424aa commit 4aaa40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anyvm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ def urlretrieve(url, filename, reporthook=None):
7878
"netbsd": "2.0.3",
7979
"dragonflybsd": "2.0.3",
8080
"solaris": "2.0.0",
81-
"omnios": "2.0.3",
81+
"omnios": "2.0.4",
8282
"haiku": "0.0.2",
83-
"openindiana": "2.0.2"
83+
"openindiana": "2.0.3"
8484
}
8585

8686
VERSION_TOKEN_RE = re.compile(r"[0-9]+|[A-Za-z]+")

0 commit comments

Comments
 (0)