diff --git a/satellites/go.sat b/satellites/go.sat index 158f7aa..17647fc 100644 --- a/satellites/go.sat +++ b/satellites/go.sat @@ -1,6 +1,6 @@ name=go -majver=1.8 -version=$majver.3 +majver=1.9 +version=$majver bootstrap_version=1.4.3 update_url='https://golang.org/dl/' @@ -10,7 +10,7 @@ options="!strip,$options" define_option '!bootstrap: Bootstrap this program' dlextract "https://storage.googleapis.com/golang/$name$version.src.tar.gz" \ - '64e9380e07bba907e26a00cf5fcbe77e' + 'da2d44ea384076efec43ee1f8b7d45d2' if option bootstrap; then download "https://storage.googleapis.com/golang/$name$bootstrap_version.src.tar.gz" \ diff --git a/satellites/syncthing.sat b/satellites/syncthing.sat index a27a207..b24b380 100644 --- a/satellites/syncthing.sat +++ b/satellites/syncthing.sat @@ -1,12 +1,12 @@ name=syncthing -version=0.14.37 +version=0.14.38 update_url="https://github.com/$name/$name/releases" # Go doesn't like being stripped options="!strip,$options" dlextract "https://github.com/$name/$name/releases/download/v$version/$name-source-v$version.tar.gz" \ - '7c73632aa1d9c5a1c1824ace7516be86' + '81dcfedbe10478f8bf6ea9b0ce38b84f' extrafile 'syncthing-browser.desktop' _