From ec552e4190083968602d97d9d47ccb762191fa26 Mon Sep 17 00:00:00 2001 From: make-file Date: Tue, 22 Dec 2020 00:14:05 +0330 Subject: [PATCH 1/2] Revert "wireguard-dkms: update to 1.0.20201221." This reverts commit e30a15dd36540f713e0e7718140111a11153a45a. --- srcpkgs/wireguard-dkms/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wireguard-dkms/template b/srcpkgs/wireguard-dkms/template index ad46fa03650..f7897a7ed68 100644 --- a/srcpkgs/wireguard-dkms/template +++ b/srcpkgs/wireguard-dkms/template @@ -1,6 +1,6 @@ # Template file for 'wireguard-dkms' pkgname=wireguard-dkms -version=1.0.20201221 +version=1.0.20201112 revision=1 wrksrc="wireguard-linux-compat-${version}" build_wrksrc="src" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://www.wireguard.com/" distfiles="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz" -checksum=6e5289a8b602eaaf1383aebefcbc41b8ad2721269055858b150363076c1c2132 +checksum=89eae7f0c0bd6c8df3ba2e090984974ff68741a9f26aa0922890f8ca727897e1 dkms_modules="wireguard ${version}" From bb81e8bc7a05792ece780cba9acd203df1415c41 Mon Sep 17 00:00:00 2001 From: make-file <76424010+make-file@users.noreply.github.com> Date: Fri, 1 Jan 2021 06:54:14 +0000 Subject: [PATCH 2/2] starship: update to 0.47.0 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 06b6406295d..fd6fc35bb08 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=0.46.2 +version=0.47.0 revision=1 build_style=cargo build_helper=qemu @@ -12,7 +12,7 @@ maintainer="Aluísio Augusto Silva Gonçalves " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz" -checksum=39301c8118239eda7b6d8dbcae498f28bfd901932e69003c249d99ee7989c1bb +checksum=9c9ede1eb7a9e1acf49f0321915232426c234b356c6bb1f740d15d6fa45d1bee post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"