From a0d42b7abf939a580a3dffcaea1e5acda060d56a Mon Sep 17 00:00:00 2001 From: Bo-Ru Ju Date: Tue, 7 Jun 2022 14:47:05 +0800 Subject: [PATCH 1/5] starship: update to 1.7.1. starship: update to 1.7.1 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index b53a729cc8db..7ce7c8720138 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.3.0 +version=1.7.1 revision=1 build_style=cargo build_helper=qemu @@ -13,7 +13,7 @@ maintainer="cinerea0 " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5 +checksum=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship" From 872a98a91c449c85e74298e259cd3a955be3447c Mon Sep 17 00:00:00 2001 From: Bo-Ru Ju Date: Tue, 7 Jun 2022 16:00:07 +0800 Subject: [PATCH 2/5] rust: update to 1.59.0. cargo: update to 1.59.0 --- srcpkgs/rust/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index b48c1d5ba988..cf957d993779 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -8,7 +8,7 @@ # uploaded to https://repo-default.voidlinux.org/distfiles/ # pkgname=rust -version=1.57.0 +version=1.59.0 revision=1 wrksrc="rustc-${version}-src" hostmakedepends="cmake curl pkg-config python3 tar cargo-bootstrap" @@ -19,7 +19,7 @@ maintainer="Enno Boland " license="MIT, Apache-2.0" homepage="https://www.rust-lang.org/" distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz" -checksum=3546f9c3b91b1f8b8efd26c94d6b50312c08210397b4072ed2748e2bd4445c1a +checksum=a7c8eeaee85bfcef84c96b02b3171d1e6540d15179ff83dddd9eafba185f85f9 lib32disabled=yes make_check=no # CBA for now From b4060fea4ac0c2864643b1f9da9532f19e28da20 Mon Sep 17 00:00:00 2001 From: Bo-Ru Ju Date: Tue, 7 Jun 2022 16:42:47 +0800 Subject: [PATCH 3/5] libgit2: update to 1.4.3. libgit2: update to 1.4.3 --- srcpkgs/libgit2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 2722bd6553f7..52ed91e7f6c6 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,6 +1,6 @@ # Template file for 'libgit2' pkgname=libgit2 -version=1.0.1 +version=1.4.3 revision=3 build_style=cmake hostmakedepends="python3 git pkg-config" @@ -10,7 +10,7 @@ maintainer="q66 " license="custom:GPL-2.0-or-later WITH GCC-exception-2.0" homepage="https://libgit2.org" distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz" -checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2 +checksum=f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163 post_install() { vlicense COPYING From c3b611ac8ce686451ec690e4211ec379f525b4ae Mon Sep 17 00:00:00 2001 From: Bo-Ru Ju Date: Wed, 8 Jun 2022 07:52:43 +0800 Subject: [PATCH 4/5] Revert "starship: update to 1.7.1." This reverts commit a0d42b7abf939a580a3dffcaea1e5acda060d56a. --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 7ce7c8720138..b53a729cc8db 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.7.1 +version=1.3.0 revision=1 build_style=cargo build_helper=qemu @@ -13,7 +13,7 @@ maintainer="cinerea0 " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0 +checksum=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship" From 89a56b2e817d7833c92317ea54deff58269bc1bc Mon Sep 17 00:00:00 2001 From: Bo-Ru Ju Date: Wed, 8 Jun 2022 08:16:30 +0800 Subject: [PATCH 5/5] Undo Changes --- srcpkgs/libgit2/template | 4 ++-- srcpkgs/rust/template | 4 ++-- srcpkgs/starship/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 52ed91e7f6c6..2722bd6553f7 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,6 +1,6 @@ # Template file for 'libgit2' pkgname=libgit2 -version=1.4.3 +version=1.0.1 revision=3 build_style=cmake hostmakedepends="python3 git pkg-config" @@ -10,7 +10,7 @@ maintainer="q66 " license="custom:GPL-2.0-or-later WITH GCC-exception-2.0" homepage="https://libgit2.org" distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz" -checksum=f48b961e463a9e4e7e7e58b21a0fb5a9b2a1d24d9ba4d15870a0c9b8ad965163 +checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2 post_install() { vlicense COPYING diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index cf957d993779..b48c1d5ba988 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -8,7 +8,7 @@ # uploaded to https://repo-default.voidlinux.org/distfiles/ # pkgname=rust -version=1.59.0 +version=1.57.0 revision=1 wrksrc="rustc-${version}-src" hostmakedepends="cmake curl pkg-config python3 tar cargo-bootstrap" @@ -19,7 +19,7 @@ maintainer="Enno Boland " license="MIT, Apache-2.0" homepage="https://www.rust-lang.org/" distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz" -checksum=a7c8eeaee85bfcef84c96b02b3171d1e6540d15179ff83dddd9eafba185f85f9 +checksum=3546f9c3b91b1f8b8efd26c94d6b50312c08210397b4072ed2748e2bd4445c1a lib32disabled=yes make_check=no # CBA for now diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index b53a729cc8db..7ce7c8720138 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.3.0 +version=1.7.1 revision=1 build_style=cargo build_helper=qemu @@ -13,7 +13,7 @@ maintainer="cinerea0 " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5 +checksum=364b8222e097a8c671a9d03788ffc745982f4e62ee59e75687eb75310fae64e0 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"