mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
lua52-BitOp: fix double-slash in distfiles causing 404.
This commit is contained in:
parent
320ffad418
commit
8a1a083254
2 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ depends="lua52>=5.2"
|
||||||
short_desc="C extension module for Lua which adds bitwise operations on numbers"
|
short_desc="C extension module for Lua which adds bitwise operations on numbers"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://bitop.luajit.org/"
|
homepage="https://bitop.luajit.org"
|
||||||
distfiles="${homepage}/download/LuaBitOp-${version}.tar.gz"
|
distfiles="https://bitop.luajit.org/download/LuaBitOp-${version}.tar.gz"
|
||||||
checksum=1207c9293dcd52eb9dca6538d1b87352bd510f4e760938f5048433f7f272ce99
|
checksum=1207c9293dcd52eb9dca6538d1b87352bd510f4e760938f5048433f7f272ce99
|
||||||
replaces="lua-BitOp>=0"
|
replaces="lua-BitOp>=0"
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="${homepage}download.html"
|
site="https://bitop.luajit.org/download.html"
|
||||||
pkgname=LuaBitOp
|
pkgname=LuaBitOp
|
||||||
|
|
Loading…
Add table
Reference in a new issue