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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
be3abe6b
Commit
be3abe6b
authored
3 months ago
by
Hoang Nguyen
Committed by
Natanael Copa
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/stylua: upgrade to 2.0.2
parent
2dfc7fa5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!79570
community/firefox-esr: upgrade to 128.7.0
,
!77778
community/stylua: upgrade to 2.0.2
Pipeline
#286298
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/stylua/APKBUILD
+5
-6
5 additions, 6 deletions
community/stylua/APKBUILD
community/stylua/cargo-update.patch
+0
-16
0 additions, 16 deletions
community/stylua/cargo-update.patch
with
5 additions
and
22 deletions
community/stylua/APKBUILD
+
5
−
6
View file @
be3abe6b
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
stylua
pkgver
=
0.2
0.0
pkgver
=
2.
0.2
pkgrel
=
0
pkgdesc
=
"Opinionated Lua code formatter"
url
=
"https://github.com/JohnnyMorganz/StyLua"
arch
=
"all"
license
=
"MPL-2.0"
makedepends
=
"cargo cargo-auditable"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v
$pkgver
.tar.gz
cargo-update.patch"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/StyLua-
$pkgver
"
_features
=
"--no-default-features --features lua54,strum,serialize"
# lua54 feature also implies lua53/lua52
_features
=
"--features lua54,luau,luajit,fromstr,serialize"
prepare
()
{
default_prepare
...
...
@@ -31,6 +31,5 @@ package() {
}
sha512sums
=
"
0f15e169953eb96f846d864be7e35fb04be61c6951a4ba9967e26d5738807bfe110e9ba0e5d788a27b77d3c32f6df416d046f4a8c2139195004a8ecdbac504c7 stylua-0.20.0.tar.gz
470ceaf11e1324d9e39eaf0597729010f28ce2ac3c0846c3894c427ecdf458a6635557353e6a691c07a26f7ac79d94d2f18b9bfde96b6fc4d20a1b459a90389e cargo-update.patch
6a05d0189cdfec8cac1a204c0f997253e8ca90b322ea8cd11c1304d026a59fa03872db942814016511c2214c0487b7953504a2144dac26ff2f08827a1027ed8d stylua-2.0.2.tar.gz
"
This diff is collapsed.
Click to expand it.
community/stylua/cargo-update.patch
deleted
100644 → 0
+
0
−
16
View file @
2dfc7fa5
diff --git a/Cargo.lock b/Cargo.lock
index e8411fc..75a6802 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -569,9 +569,9 @@
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.148"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linked-hash-map"
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