From a2d461e32e140bf676f23b467a0bb929d06f5a61 Mon Sep 17 00:00:00 2001 From: Jakub Pastuszek Date: Thu, 20 Apr 2023 16:13:33 +0100 Subject: [PATCH] etcd: fixed go_import_path --- srcpkgs/etcd/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/etcd/template b/srcpkgs/etcd/template index e3ee7f15ec8a..ce54b3e43cfb 100644 --- a/srcpkgs/etcd/template +++ b/srcpkgs/etcd/template @@ -1,16 +1,15 @@ # Template file for 'etcd' pkgname=etcd version=3.4.24 -revision=2 +revision=3 build_style=go -go_import_path="github.com/etcd-io/etcd" +go_import_path="go.etcd.io/etcd" go_package="${go_import_path} ${go_import_path}/etcdctl" -go_mod_mode=off short_desc="Distributed reliable key-value store" maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://coreos.com/etcd/docs/latest/" -distfiles="https://${go_import_path}/archive/v${version}.tar.gz" +distfiles="https://github.com/etcd-io/etcd/archive/v${version}.tar.gz" checksum=cc490495ffc04ced61a7f549dffd4f9a2e62723245c66432394659361d6ab659 conf_files="/etc/sv/etcd/conf" system_accounts="etcd"