diff --git a/var/spack/repos/builtin/packages/metall/package.py b/var/spack/repos/builtin/packages/metall/package.py
index cec7669ad2f44434b5fa7657b2d7d5da1a97a592..ea1351fe50beed18932012b95a8f84d0066a851f 100644
--- a/var/spack/repos/builtin/packages/metall/package.py
+++ b/var/spack/repos/builtin/packages/metall/package.py
@@ -9,10 +9,12 @@ class Metall(CMakePackage):
 
     homepage = "https://github.com/LLNL/metall"
     git      = "https://github.com/LLNL/metall.git"
+    url      = "https://github.com/LLNL/metall/archive/v0.2.tar.gz"
 
     maintainers = ['KIwabuchi', 'rogerpearce', 'mayagokhale']
 
     version('develop', branch='develop')
+    version('0.2', sha256='35cdf3505d2f8d0282a0d5c60b69a0ec5ec6d77ac3facce7549eb874df27be1d')
 
     depends_on('boost@1.64:', type=('build', 'link'))