lua52-BitOp: fix double-slash in distfiles causing 404.

This commit is contained in:
JkktBkkt 2025-06-12 04:08:50 +03:00 committed by classabbyamp
parent 320ffad418
commit 8a1a083254
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -1,2 +1,2 @@
site="${homepage}download.html" site="https://bitop.luajit.org/download.html"
pkgname=LuaBitOp pkgname=LuaBitOp