diff options
author | Jefferson Rocha <root@slackjeff.com.br> | 2020-01-08 04:56:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-08 04:56:31 +0700 |
commit | db9d4df499f59d8f58e98d0b0f3e1202041efff6 (patch) | |
tree | a5909aad3c7bb1b0210a05d87d3ff4e4c23bdbb9 /system/listpkg | |
parent | 379ffd6da17df3413a45cbee41244700dbb51ed1 (diff) |
system/listpkg: Update DOWNLOAD and HOMEPAGE urls.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/listpkg')
-rw-r--r-- | system/listpkg/listpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/listpkg/listpkg.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/listpkg/listpkg.SlackBuild b/system/listpkg/listpkg.SlackBuild index 6f3675a96eee..0fb268c08f0f 100644 --- a/system/listpkg/listpkg.SlackBuild +++ b/system/listpkg/listpkg.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for listpkg -# Copyright 2018 Jefferson Rocha <lrcjefferson@gmail.com> +# Copyright 2018 Jefferson Rocha <root@slackjeff.com.br> # All rights reserved. # # Redistribution and use of this script, with or without modification, is diff --git a/system/listpkg/listpkg.info b/system/listpkg/listpkg.info index 7db2ea4c6ba3..d35be08fd996 100644 --- a/system/listpkg/listpkg.info +++ b/system/listpkg/listpkg.info @@ -1,10 +1,10 @@ PRGNAM="listpkg" VERSION="0.1a" -HOMEPAGE="https://notabug.org/jeffersonrocha/ListPkg" -DOWNLOAD="https://notabug.org/jeffersonrocha/ListPkg/raw/master/listpkg-0.1a.tar.xz" +HOMEPAGE="https://github.com/slackjeff/listpkg" +DOWNLOAD="https://github.com/slackjeff/listpkg/raw/master/listpkg-0.1a.tar.xz" MD5SUM="4c4707af5e55d1d150602ea77ab34cb3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Jefferson Rocha" -EMAIL="lrcjefferson@gmail.com" +EMAIL="root@slackjeff.com.br" |