Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
204
Merge Requests
204
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
995ec510
Commit
995ec510
authored
Mar 07, 2016
by
Michael Zuo
Committed by
Sören Tempel
Mar 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/lua-inspect: upgrade to 3.0.3
parent
9c38c131
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
main/lua-inspect/APKBUILD
main/lua-inspect/APKBUILD
+5
-15
No files found.
main/lua-inspect/APKBUILD
View file @
995ec510
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname
=
lua-inspect
pkgver
=
3.0.
2
pkgver
=
3.0.
3
_luaversions
=
"5.1 5.2 5.3"
pkgrel
=
0
pkgdesc
=
"Human-readable representation of Lua tables"
...
...
@@ -19,18 +19,8 @@ for _v in $_luaversions; do
done
_builddir
=
"
$srcdir
/inspect.lua-
$pkgver
"
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
return
0
}
package
()
{
...
...
@@ -54,6 +44,6 @@ for _v in $_luaversions; do
eval
"split_
${
_v
/./_
}
() { _split
$_v
; }"
done
md5sums
=
"
ef4822deef428d22eb4f1705ef885788 lua-inspect-3.0.2
.tar.gz"
sha256sums
=
"
c2256b23d40c82e84587098c21ebdaf605a2b3afd13cb5282677eee588e65c37 lua-inspect-3.0.2
.tar.gz"
sha512sums
=
"
7ecff11028cd449b12ef0e6e44294683eac70595a91c56d86528d8a4814557a183bc9db2bb9c0c3668313936ff0a98421550dbccfc2600a8410b810dca020ea2 lua-inspect-3.0.2
.tar.gz"
md5sums
=
"
9338310f2eac43ad53699371f710fcda lua-inspect-3.0.3
.tar.gz"
sha256sums
=
"
7a862491299fdc6c094f0e9e6b7db712f86981be91f7e2d4b1843488ff03c9a2 lua-inspect-3.0.3
.tar.gz"
sha512sums
=
"
6b7f0c4d7c035b63f50e6b616e6395f0fb5a84c8e41dee44e19604d0953c6102362d22259a4345209f2692adca11544b7b028a9ff2b8f6e6b751c004df4bc0f1 lua-inspect-3.0.3
.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment