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
f3405e61
Commit
f3405e61
authored
7 months ago
by
mio
Committed by
Michał Polański
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/gfold: upgrade to 4.5.0
parent
d5b1fed5
Loading
Loading
1 merge request
!69822
community/gfold: upgrade to 4.5.0
Pipeline
#252019
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/gfold/APKBUILD
+3
-6
3 additions, 6 deletions
community/gfold/APKBUILD
community/gfold/update-rust-libc.patch
+0
-16
0 additions, 16 deletions
community/gfold/update-rust-libc.patch
with
3 additions
and
22 deletions
community/gfold/APKBUILD
+
3
−
6
View file @
f3405e61
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname
=
gfold
pkgver
=
4.
4.1
pkgver
=
4.
5.0
pkgrel
=
0
pkgdesc
=
"CLI tool to help keep track of Git repositories"
url
=
"https://github.com/nickgerace/gfold"
...
...
@@ -9,9 +9,7 @@ license="Apache-2.0"
arch
=
"all"
makedepends
=
"cargo cargo-auditable"
options
=
"net"
source
=
"https://github.com/nickgerace/gfold/archive/
$pkgver
/gfold-
$pkgver
.tar.gz
update-rust-libc.patch
"
source
=
"https://github.com/nickgerace/gfold/archive/
$pkgver
/gfold-
$pkgver
.tar.gz"
prepare
()
{
default_prepare
...
...
@@ -33,6 +31,5 @@ package() {
}
sha512sums
=
"
46066d2455e3a25108157af04dcd253d4c62a43299c8388407d3bc1a753b8ae183b7e5ebf11294e37078563a237fd7177062d611a8111507e49caa78ea3b72eb gfold-4.4.1.tar.gz
75c26dd03524583690803f6b068de62e4b4a838619795ab09d27f09dd890c999db85fd89dab04483de3e890911ea0b7409c6eeb867002ceed696323531657d77 update-rust-libc.patch
5f35aff3b617a8aa513c2e9636f5f921de718a134a7ed9c6ab81a3f8e38ed9b230d629503448aa49e685220a24675c78ee0757e85e80e814b6c76a16f1a7dfc0 gfold-4.5.0.tar.gz
"
This diff is collapsed.
Click to expand it.
community/gfold/update-rust-libc.patch
deleted
100644 → 0
+
0
−
16
View file @
d5b1fed5
diff --git a/Cargo.lock b/Cargo.lock
index 5b9e337..4f456fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -377,9 +377,9 @@
dependencies = [
[[package]]
name = "libc"
-version = "0.2.151"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libgfold"
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