summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libtorrent/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libtorrent/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libtorrent/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libtorrent/package.py b/var/spack/repos/builtin/packages/libtorrent/package.py
index 9b5b812741..cfd0a87d88 100644
--- a/var/spack/repos/builtin/packages/libtorrent/package.py
+++ b/var/spack/repos/builtin/packages/libtorrent/package.py
@@ -13,6 +13,8 @@ class Libtorrent(AutotoolsPackage):
homepage = "https://github.com/rakshasa/libtorrent"
url = "https://github.com/rakshasa/libtorrent/archive/v0.13.8.tar.gz"
+ license("GPL-2.0-or-later")
+
version("0.13.8", sha256="0f6c2e7ffd3a1723ab47fdac785ec40f85c0a5b5a42c1d002272205b988be722")
def autoreconf(self, spec, prefix):