Skip to content
Snippets Groups Projects
Commit 07e0da24 authored by Andrew Williams's avatar Andrew Williams
Browse files

Reverted url to point to tarball rather than git tag

parent 65abd279
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,9 @@ class Plumed(Package): ...@@ -41,9 +41,9 @@ class Plumed(Package):
and C/C++ codes. and C/C++ codes.
""" """
homepage = 'http://www.plumed.org/' homepage = 'http://www.plumed.org/'
url = 'https://github.com/plumed/plumed2' url = 'https://github.com/plumed/plumed2/archive/v2.2.3.tar.gz'
version('2.2.3', git="https://github.com/plumed/plumed2.git", tag='v2.2.3') version('2.2.3', 'a6e3863e40aac07eb8cf739cbd14ecf8')
# Variants. PLUMED by default builds a number of optional modules. # Variants. PLUMED by default builds a number of optional modules.
# The ones listed here are not built by default for various reasons, # The ones listed here are not built by default for various reasons,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment