Skip to content
Snippets Groups Projects
Commit fa01f216 authored by Celeste's avatar Celeste Committed by Kevin Daudt
Browse files

community/sad: bump getrandom crate to fix open64

parent d7a36ea9
1 merge request!54077community/sad: bump getrandom crate to fix open64
Pipeline #189478 skipped
......@@ -2,13 +2,15 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=sad
pkgver=0.4.22
pkgrel=1
pkgrel=2
pkgdesc="CLI search and replace - a batch file edit tool"
url="https://github.com/ms-jpq/sad"
arch="all"
license="MIT"
makedepends="cargo cargo-auditable"
source="https://github.com/ms-jpq/sad/archive/v$pkgver/sad-$pkgver.tar.gz"
source="https://github.com/ms-jpq/sad/archive/v$pkgver/sad-$pkgver.tar.gz
getrandom-0.2.10.patch
"
prepare() {
default_prepare
......@@ -30,4 +32,5 @@ package() {
sha512sums="
0bb2871d6ebfd03b37f46af806a5255becba79f893adf8cb0935fe3786c647848d8789f2be0c474dc4b66d5947586b5b8b09a82a26e9b3462f3a01d32fc20371 sad-0.4.22.tar.gz
953890cea53a0724f3fce97846dd4ac1fa516c0088a00d3fb9a83de2e252ba464df42d323bd551bbc5666385d980e3a5677e7ecd72cd92c71fe5edb89b193081 getrandom-0.2.10.patch
"
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,9 +230,9 @@
[[package]]
name = "getrandom"
-version = "0.2.7"
+version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
+checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if",
"libc",
@@ -278,9 +278,9 @@
[[package]]
name = "libc"
-version = "0.2.126"
+version = "0.2.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
+checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "lock_api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment