mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/rust-script: upgrade to 0.36.0
This commit is contained in:
parent
6be94b4247
commit
2e283b7ffc
@ -1,14 +1,15 @@
|
||||
# Contributor: Michał Polański <michal@polanski.me>
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
maintainer="Michał Polański <michal@polanski.me>"
|
||||
pkgname=rust-script
|
||||
pkgver=0.35.0
|
||||
pkgver=0.36.0
|
||||
pkgrel=0
|
||||
pkgdesc="Run Rust files and expressions as scripts without any setup or compilation step"
|
||||
url="https://rust-script.org/"
|
||||
license="Apache-2.0 OR MIT"
|
||||
arch="all !armhf" # tests hang
|
||||
makedepends="cargo cargo-auditable"
|
||||
source="https://github.com/fornwall/rust-script/archive/$pkgver/rust-script-$pkgver.tar.gz"
|
||||
source="https://github.com/fornwall/rust-script/archive/$pkgver/rust-script-$pkgver.tar.gz
|
||||
loongarch64-downgrade-libc.patch
|
||||
"
|
||||
options="net"
|
||||
|
||||
prepare() {
|
||||
@ -30,5 +31,6 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
69dc51c33e926a843b3f235463922155bf90432537e7aeece69b5936789bd61d46e25fdf6d479f79fe7e290ad6296f7050e32c35f1b226dd82977d539e4f57e0 rust-script-0.35.0.tar.gz
|
||||
0b194bb545a5633710b9c7a71351dadff63c9d9cb6e0464bcbe8a9c11e9a1e62e5d0dde47300b032a5e2c9e3910a29bf8300bec749ebbba509d8ef083fd644a5 rust-script-0.36.0.tar.gz
|
||||
c2a367b3ad3d715a16dd89bdb52e0c9f8a680b7589b12adc263b738284534c71188c174dd82fba23b6d746a2ce8b7827932073c0bdcdf30cfa5fccf24e333d16 loongarch64-downgrade-libc.patch
|
||||
"
|
||||
|
||||
14
testing/rust-script/loongarch64-downgrade-libc.patch
Normal file
14
testing/rust-script/loongarch64-downgrade-libc.patch
Normal file
@ -0,0 +1,14 @@
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -318,9 +318,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
-version = "0.2.175"
|
||||
+version = "0.2.174"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
||||
+checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
||||
|
||||
[[package]]
|
||||
name = "libredox"
|
||||
Loading…
x
Reference in New Issue
Block a user