mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
rio: update to 0.2.20
This commit is contained in:
parent
1664a56ce4
commit
7db7604a24
2 changed files with 15 additions and 2 deletions
13
srcpkgs/rio/patches/downgrade-rust-version.patch
Normal file
13
srcpkgs/rio/patches/downgrade-rust-version.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 90c5f41..d287209 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -18,7 +18,7 @@ edition = "2021"
|
||||
license = "MIT"
|
||||
keywords = ["graphics", "terminal", "application"]
|
||||
# Minimal stable rust version (MSRV)
|
||||
-rust-version = "1.87.0"
|
||||
+rust-version = "1.86.0"
|
||||
repository = "https://github.com/raphamorim/rio"
|
||||
homepage = "https://raphamorim.io/rio"
|
||||
documentation = "https://github.com/raphamorim/rio#readme"
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rio'
|
||||
pkgname=rio
|
||||
version=0.2.18
|
||||
version=0.2.20
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_wrksrc="frontends/rioterm"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://raphamorim.io/rio/"
|
||||
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=ef0ce3a21210fbade1525e74d601f31439b2fb1d261e5456ca891ef80260ca57
|
||||
checksum=10c70fe13c4261593359fcf9ec489770cb056d07153d790193bfa8621ac4ca42
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686*)
|
||||
|
|
Loading…
Add table
Reference in a new issue