Skip to content

Commit 0eb17f0

Browse files
committed
depend on official release
1 parent 9b6ae48 commit 0eb17f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

open_fortran_parser/dependencies.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
pathlib.Path('antlr-3.3-complete.jar')),
2626
'Open Fortran Parser 0.8.4-2': (
2727
urllib.parse.urlparse(
28-
# 'https://github.com/mbdevpl/open-fortran-parser/releases/download/v0.8.4-2/'),
29-
'https://dl.bintray.com/mbdevpl/pkgs/open-fortran-parser-v0.8.5.dev4+8f933cfc/linux-openjdk7/'),
28+
'https://github.com/mbdevpl/open-fortran-parser/releases/download/v0.8.4-3/'),
3029
pathlib.Path('OpenFortranParser-0.8.4-3.jar')),
3130
'Apache Commons CLI 1.4': (
3231
urllib.parse.urlparse(

0 commit comments

Comments
 (0)