Skip to content

Commit a7abd0e

Browse files
committed
Fixed archive URL.
1 parent 6b6ee01 commit a7abd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gentoo/dev-libs/hacking-bash-lib/hacking-bash-lib-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
1212
EGIT_REPO_URI="https://github.com/GITHUB_REPOSITORY"
1313
EGIT_BRANCH="GITHUB_REF"
1414
else
15-
SRC_URI="https://github.com/MADhacking/hacking-bash-lib/archive/${P}.tar.bz2"
15+
SRC_URI="https://github.com/MADhacking/hacking-bash-lib/archive/${P}.tar.gz"
1616
fi
1717

1818
KEYWORDS="amd64 x86"

0 commit comments

Comments
 (0)