diff options
-rw-r--r-- | archivers/lhasa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile index f22d31528e34..9d365084edd6 100644 --- a/archivers/lhasa/Makefile +++ b/archivers/lhasa/Makefile @@ -1,8 +1,7 @@ PORTNAME= lhasa DISTVERSION= 0.4.0 CATEGORIES= archivers -MASTER_SITES= https://soulsphere.org/projects/lhasa/ \ - http://suyai.innolan.net/ +MASTER_SITES= https://github.com/fragglet/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= cs@innolan.dk COMMENT= Command line tool and library for parsing LHA archives |