Skip to content

Commit

Permalink
nasm: Use LZMA/XZ compressed archive over bz2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 6, 2018
1 parent 7522663 commit 6d56444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nasm.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BEE_VERSION nasm-2.14-0

SRCURL[0]="https://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION}/nasm-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION}/nasm-${PKGVERSION}.tar.xz"

# PATCHURL[0]=""

Expand Down

0 comments on commit 6d56444

Please sign in to comment.