Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TBK
aports
Commits
8d68ae9f
Commit
8d68ae9f
authored
7 years ago
by
Gustavo Romero
Committed by
Jakub Jirutka
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/luajit: upgrade to 2.1.0_beta3
parent
0299b73b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/luajit/APKBUILD
+4
-4
4 additions, 4 deletions
main/luajit/APKBUILD
main/luajit/enable-support-for-ppc64le.patch
+1
-1
1 addition, 1 deletion
main/luajit/enable-support-for-ppc64le.patch
with
5 additions
and
5 deletions
main/luajit/APKBUILD
+
4
−
4
View file @
8d68ae9f
...
...
@@ -2,9 +2,9 @@
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname
=
luajit
pkgver
=
2.1.0_beta
2
pkgver
=
2.1.0_beta
3
_realver
=
${
pkgver
/_/-
}
pkgrel
=
4
pkgrel
=
0
pkgdesc
=
'Just-in-time compiler and replacement for Lua 5.1'
url
=
'http://luajit.org'
arch
=
"all !s390x"
...
...
@@ -35,5 +35,5 @@ package() {
$pkgdir
/usr/share/licenses/
$pkgname
/COPYRIGHT
}
sha512sums
=
"
ef04db5bee66a6e24da8d488df2c035c9593792dca4cb49955d673281a7c7b00ab40f4a63e699959461da7fb0732cf81ec46808c33b66ae1eaca4ef94d0b61e3
LuaJIT-2.1.0-beta
2
.tar.gz
d48d74c856aed035d17f8355178cab4c17b5fed97d0a218fee7293fbb5c262b564cbc4ecf2e7c8558186371ae57df6f932e0313ed0453552ef99052f82876241
enable-support-for-ppc64le.patch"
sha512sums
=
"
c44e967a0f671ed32b55aee810bc8b3b63737a2d7363b8984ae1949b24f98dbb3f9be7c1e10239fdeb96a3e3c836f606342cbd61838cf9bcadb077443eb5bc12
LuaJIT-2.1.0-beta
3
.tar.gz
c2b1a39fe19dfe1817811015ef1fea24b0966ff791fcbde1090527331c2b9ceab9b923960c01cfb8aa81bab40aa437eb0f285385378e7eaa83016abf36beae27
enable-support-for-ppc64le.patch"
This diff is collapsed.
Click to expand it.
main/luajit/enable-support-for-ppc64le.patch
+
1
−
1
View file @
8d68ae9f
...
...
@@ -270,7 +270,7 @@ index 9986768..7a68e2a 100644
/*
-** Definitions for PPC CPUs.
+** Definitions for PPC/PPC64 CPUs.
** Copyright (C) 2005-201
6
Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-201
7
Mike Pall. See Copyright Notice in luajit.h
*/
@@ -131,6 +131,8 @@
static LJ_AINLINE uint32_t *exitstub_trace_addr_(uint32_t *p, uint32_t exitno)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment