Skip to content
Snippets Groups Projects
Commit d2647e40 authored by Orhun Parmaksız's avatar Orhun Parmaksız Committed by Celeste
Browse files

community/rustypaste: upgrade to 0.15.1

parent 1e0aa306
No related branches found
No related tags found
1 merge request!69880community/rustypaste: upgrade to 0.15.1
Pipeline #250423 skipped
# Contributor: Orhun Parmaksız <orhunparmaksiz@gmail.com>
# Maintainer: Orhun Parmaksız <orhunparmaksiz@gmail.com>
pkgname=rustypaste
pkgver=0.15.0
pkgver=0.15.1
pkgrel=0
pkgdesc="Minimal file upload/pastebin service"
url="https://github.com/orhun/rustypaste"
......@@ -9,9 +9,7 @@ arch="all"
license="MIT"
makedepends="cargo zstd-dev openssl-dev cargo-auditable"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/orhun/rustypaste/archive/v$pkgver.tar.gz
cargo-update.patch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/orhun/rustypaste/archive/v$pkgver.tar.gz"
options="net"
prepare() {
......@@ -49,6 +47,5 @@ package() {
}
sha512sums="
5cd58e3ee66212b7335528c4dcad4859c5842f7b71659c44cbf125971aa124c3b389d9b3103add5158b064200678c43133e5fdf5b8be7e5e96a7148ab7aba138 rustypaste-0.15.0.tar.gz
aed53d1b52a4e7ad731ca52009690cbca7bf4475ee67c6ad5a94794bac6e946990b6d9412475ff54b52cd08d4f98cde87d24f8157155b26f03679491c36df224 cargo-update.patch
1b1844fb2d8ff5e8b8653d2823824f95648444dfcccce5a5627f8832f579a9520db3d1648b339a6a8224fbcf8d85a69d4c20a18145d4fcb10a5f59cbfec64039 rustypaste-0.15.1.tar.gz
"
Patch-Source: https://github.com/orhun/rustypaste/commit/81d25401fffee0ff9bee410cd255aa24432c9100
--
From 81d25401fffee0ff9bee410cd255aa24432c9100 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= <orhunparmaksiz@gmail.com>
Date: Tue, 28 May 2024 23:02:04 +0300
Subject: [PATCH] chore(deps): bump libc to 0.2.155
---
Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 5f78d68..76bea58 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1451,9 +1451,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[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 = "linked-hash-map"
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