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
d2647e40
Commit
d2647e40
authored
8 months ago
by
Orhun Parmaksız
Committed by
Celeste
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/rustypaste: upgrade to 0.15.1
parent
1e0aa306
No related branches found
No related tags found
1 merge request
!69880
community/rustypaste: upgrade to 0.15.1
Pipeline
#250423
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/rustypaste/APKBUILD
+3
-6
3 additions, 6 deletions
community/rustypaste/APKBUILD
community/rustypaste/cargo-update.patch
+0
-27
0 additions, 27 deletions
community/rustypaste/cargo-update.patch
with
3 additions
and
33 deletions
community/rustypaste/APKBUILD
+
3
−
6
View file @
d2647e40
# 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
"
This diff is collapsed.
Click to expand it.
community/rustypaste/cargo-update.patch
deleted
100644 → 0
+
0
−
27
View file @
1e0aa306
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"
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