From f523174ba6b2c93aa5ce5a4c5379532d7a6150eb Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 29 Dec 2022 17:52:10 -0500 Subject: [PATCH] seaweedfs: update to 3.37. --- srcpkgs/seaweedfs/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/seaweedfs/template b/srcpkgs/seaweedfs/template index af07c3694fa..d1a164842a1 100644 --- a/srcpkgs/seaweedfs/template +++ b/srcpkgs/seaweedfs/template @@ -1,16 +1,16 @@ # Template file for 'seaweedfs' pkgname=seaweedfs -version=2.82 +version=3.37 revision=1 build_style=go -go_import_path="github.com/chrislusf/seaweedfs" -go_package="github.com/chrislusf/seaweedfs/weed" +go_import_path="github.com/seaweedfs/seaweedfs" +go_package="github.com/seaweedfs/seaweedfs/weed" short_desc="Simple and highly scalable distributed file system" maintainer="Toyam Cox " license="Apache-2.0" -homepage="https://github.com/chrislusf/seaweedfs" -distfiles="https://github.com/chrislusf/seaweedfs/archive/${version}.tar.gz" -checksum=10bd05b022136905cf880bd6bcead2d4cc32ab9d5fed71aaa1bf154ec4be1b12 +homepage="https://github.com/seaweedfs/seaweedfs" +distfiles="https://github.com/seaweedfs/seaweedfs/archive/${version}.tar.gz" +checksum=9c44b65cdc7ba0e2a544c31aeed0acde0c0080439971212242588cad94cd600f case "$XBPS_TARGET_MACHINE" in ppc64*) broken="build constraints exclude all Go files in ...";;