Skip to content

Commit 312f6c2

Browse files
committed
gimps has been moved to codeberg
On-behalf-of: @SAP [email protected]
1 parent 35614b7 commit 312f6c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gimps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# This is the configuration for https://github.com/xrstf/gimps.
15+
# This is the configuration for https://codeberg.org/xrstf/gimps.
1616

1717
importOrder: [std, external, project, kcp, kubernetes]
1818
sets:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ $(GOLANGCI_LINT):
5353
${GOLANGCI_LINT_VERSION}
5454

5555
GIMPS = _tools/gimps
56-
GIMPS_VERSION = 0.6.0
56+
GIMPS_VERSION = 0.6.3
5757

5858
.PHONY: $(GIMPS)
5959
$(GIMPS):
6060
@hack/download-tool.sh \
61-
https://github.com/xrstf/gimps/releases/download/v${GIMPS_VERSION}/gimps_${GIMPS_VERSION}_${GOOS}_${GOARCH}.tar.gz \
61+
https://codeberg.org/xrstf/gimps/releases/download/v${GIMPS_VERSION}/gimps_${GIMPS_VERSION}_${GOOS}_${GOARCH}.tar.gz \
6262
gimps \
6363
${GIMPS_VERSION}
6464

0 commit comments

Comments
 (0)