mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
codeberg-cli: update to 0.4.9
This commit is contained in:
parent
c9647ff62f
commit
6084f536cc
2 changed files with 15 additions and 2 deletions
srcpkgs/codeberg-cli
13
srcpkgs/codeberg-cli/patches/revert-rust-edition.patch
Normal file
13
srcpkgs/codeberg-cli/patches/revert-rust-edition.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index a01f9ac..858acc1 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "codeberg-cli"
|
||||
version = "0.4.9"
|
||||
-edition = "2024"
|
||||
+edition = "2021"
|
||||
license = "AGPL-3.0-or-later"
|
||||
keywords = ["codeberg-cli", "cli", "codeberg", "api", "tool"]
|
||||
authors = [
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'codeberg-cli'
|
||||
pkgname=codeberg-cli
|
||||
version=0.4.7
|
||||
version=0.4.9
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
|
@ -12,7 +12,7 @@ license="AGPL-3.0-or-later"
|
|||
homepage="https://codeberg.org/Aviac/codeberg-cli"
|
||||
changelog="https://codeberg.org/Aviac/codeberg-cli/raw/branch/main/CHANGELOG.md"
|
||||
distfiles="https://codeberg.org/Aviac/codeberg-cli/archive/v${version}.tar.gz"
|
||||
checksum=a8d1356faab84076f14977652dabbfcad4411f49beb4d11a1bc0ee8936bd1d6c
|
||||
checksum=e5f5bcbde7f09e90bd987862e1c7217ce8993d8016d7fec20daf50056e6dafce
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue