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
1bcba81f
Commit
1bcba81f
authored
4 months ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/irust: upgrade to 1.71.29
parent
1d55e1a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!74965
Upgrade some of my aports
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/irust/APKBUILD
+4
-7
4 additions, 7 deletions
community/irust/APKBUILD
community/irust/cargo-update.patch
+0
-16
0 additions, 16 deletions
community/irust/cargo-update.patch
with
4 additions
and
23 deletions
community/irust/APKBUILD
+
4
−
7
View file @
1bcba81f
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
irust
pkgname
=
irust
pkgver
=
1.71.2
1
pkgver
=
1.71.2
9
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Cross-platform Rust REPL"
pkgdesc
=
"Cross-platform Rust REPL"
url
=
"https://github.com/sigmaSd/IRust"
url
=
"https://github.com/sigmaSd/IRust"
arch
=
"all"
arch
=
"all"
license
=
"MIT"
license
=
"MIT"
depends
=
"cargo rust"
depends
=
"cargo rust"
makedepends
=
"cargo cargo-auditable"
makedepends
=
"cargo cargo-auditable"
source
=
"https://github.com/sigmaSd/IRust/archive/irust@
$pkgver
/irust-
$pkgver
.tar.gz
source
=
"https://github.com/sigmaSd/IRust/archive/irust@
$pkgver
/irust-
$pkgver
.tar.gz"
cargo-update.patch
"
builddir
=
"
$srcdir
/IRust-irust-
$pkgver
"
builddir
=
"
$srcdir
/IRust-irust-
$pkgver
"
options
=
"!check"
# FIXME: tests don't run on CI (require TTY)
options
=
"!check"
# FIXME: tests don't run on CI (require TTY)
...
@@ -34,6 +32,5 @@ package() {
...
@@ -34,6 +32,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
cf3390aeff1bf8c2c52d8ab904e387e26d643680ebe847aedfd42cb50f12b961ae4a035dbfe321999045883aa7fe12aa9f5ca0b3de20a264807afa6ad75bf26a irust-1.71.21.tar.gz
950b634f362e4adc4f913efac698569948c3fa229f451d51dcff9bf403ddec80d9e8d5f0c1542c0046471c24db46e94272199e6aeff33b14f792263a6d680d0a irust-1.71.29.tar.gz
2b8670b935bacb111c99ae8bf9c90bfdc664413fa29d4b4f45bec96d558f2b7984ae401d1a01ed97bb6eacd8639aafa941ff308477f96d90005a630bc6359fbb cargo-update.patch
"
"
This diff is collapsed.
Click to expand it.
community/irust/cargo-update.patch
deleted
100644 → 0
+
0
−
16
View file @
1d55e1a2
diff --git a/Cargo.lock b/Cargo.lock
index b2171c1..a7191da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,9 +174,9 @@
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
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