Skip to content

Commit

Permalink
lua/*: set github.tarball_from explicitly
Browse files Browse the repository at this point in the history
In preparation for changing the default.
  • Loading branch information
jmroot committed Jan 23, 2025
1 parent b4b1201 commit 0559d2d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lua/lua-lgi/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ luarocks.module lgi

if {${subport} ne "lua51-lgi"} {
github.setup pavouk lgi 0.9.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0

checksums rmd160 ed5a2018423276ab8509f167ee8a405cce4fecdd \
Expand All @@ -18,6 +20,8 @@ if {${subport} ne "lua51-lgi"} {
# see https://github.com/lgi-devs/lgi/issues/236

github.setup pavouk lgi 0.9.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0

checksums rmd160 8d6132368e183c246520a3b7e2d85c597e3b2d1f \
Expand Down
2 changes: 2 additions & 0 deletions lua/lua-luabitop/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PortGroup lua 1.0

name lua-luabitop
github.setup LuaDist luabitop 1.0.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 2
license MIT
categories lua devel
Expand Down
2 changes: 2 additions & 0 deletions lua/lua-luahpdf/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PortGroup makefile 1.0

name lua-luahpdf
github.setup jung-kurt luahpdf f0098346f8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 1.5
revision 2
license MIT
Expand Down
2 changes: 2 additions & 0 deletions lua/lua-luarocks/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ PortGroup lua 1.0

name lua-luarocks
github.setup luarocks luarocks 3.9.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
license MIT
categories lua devel
Expand Down
2 changes: 2 additions & 0 deletions lua/lua-luasql-sqlite3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PortGroup makefile 1.0

name lua-luasql-sqlite3
github.setup lunarmodules luasql 2.6.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 2.6.1
revision 0
categories lua devel
Expand Down
2 changes: 2 additions & 0 deletions lua/lua-md5/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PortGroup makefile 1.0

name lua-md5
github.setup lunarmodules md5 1.3
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
categories lua devel
license MIT
Expand Down
3 changes: 2 additions & 1 deletion lua/stylua/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ PortGroup github 1.0
PortGroup cargo 1.0

github.setup johnnymorganz stylua 0.20.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 1
categories lua
platforms darwin
maintainers {judaew @judaew} \
openmaintainer
license MPL-2
Expand Down

0 comments on commit 0559d2d

Please sign in to comment.