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
d44bb70f
Commit
d44bb70f
authored
1 year ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
testing/felix: upgrade to 2.8.1
parent
a260169b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/felix/APKBUILD
+3
-3
3 additions, 3 deletions
testing/felix/APKBUILD
testing/felix/use-system-libs.patch
+17
-8
17 additions, 8 deletions
testing/felix/use-system-libs.patch
with
20 additions
and
11 deletions
testing/felix/APKBUILD
+
3
−
3
View file @
d44bb70f
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname
=
felix
pkgver
=
2.
6.0
pkgver
=
2.
8.1
pkgrel
=
0
pkgdesc
=
"Simple TUI file manager with vim-like key mapping"
url
=
"https://kyoheiu.dev/felix/"
...
...
@@ -52,6 +52,6 @@ package() {
}
sha512sums
=
"
a49a32144fef817995cfabe22e3171baabb585
0d
3
77
77e87989e5a5710a0aa8dbb22ca8bd17615582a2b173b3ac56509474bfd590607ea1e7044217ffd090663
felix-2.
6.0
.tar.gz
ebdc8ba42bc428127b4039b891db3ac5f5a046f2953654f960fb2634cb05fdb048577cff5807beae29206c237d6b235
54ea
8da03fff3984afc8505c3e98f085f
use-system-libs.patch
7ca339be09a16306894a25a
0d77
3bd3109048363743276629cf1749ac99f9b242616699cd22e02bf35ce53273c69628769f9633ecce2be3aea48ba0d868418c1
felix-2.
8.1
.tar.gz
7bfedbc4c161e6d92e661aeb43de5e8bcc9f490f5f39e7e0778559af57f798cb92e57c808feaa76e
54
d
ea
5f889b1dc9d18b37c9e599cb85187e881cf074db04a
use-system-libs.patch
"
This diff is collapsed.
Click to expand it.
testing/felix/use-system-libs.patch
+
17
−
8
View file @
d44bb70f
...
...
@@ -18,6 +18,15 @@ index 338324d..f5e3945 100644
[[package]]
name = "constant_time_eq"
version = "0.1.5"
@@ -331,7 +340,7 @@
[[package]]
name = "felix"
-version = "2.8.0"
+version = "2.8.1"
dependencies = [
"bwrap",
"chrono",
@@ -366,6 +375,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
dependencies = [
...
...
@@ -32,9 +41,9 @@ index 338324d..f5e3945 100644
+[[package]]
+name = "libz-ng-sys"
+version = "1.1.
9
"
+version = "1.1.
12
"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "
2468756f34903b582fe7154dc1ffdebd89d0562c4a43b53c621bb0f1b1043ccb
"
+checksum = "
3dd9f43e75536a46ee0f92b758f6b63846e594e86638c61a9251338a65baea63
"
+dependencies = [
+ "cmake",
+ "libc",
...
...
@@ -48,14 +57,14 @@ index c8d4542..f1fc1f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,9 +31,9 @@
syntect = {version = "5.0.0", git = "https://github.com/kyoheiu/syntect"}
serde_yaml = "0.9.
14
"
zip = "0.6.
4
"
tar = "0.4.3
8
"
serde_yaml = "0.9.
25
"
zip = "0.6.
6
"
tar = "0.4.3
9
"
-flate2 = "1.0.26"
+flate2 = {version = "1.0.26", default-features = false, features = ["zlib-ng"]}
lzma-rs = "0.
2
.0"
-zstd = "0.1
1.2
"
+zstd = {version = "0.1
1.2
", default-features = false, features = ["pkg-config"]}
lzma-rs = "0.
3
.0"
-zstd = "0.1
2.4
"
+zstd = {version = "0.1
2.4
", default-features = false, features = ["pkg-config"]}
unicode-width = "0.1.10"
[dev-dependencies]
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