From 3da56eabbca972a4935752ae788c3c75b8c74c31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:52:27 +0000 Subject: [PATCH] gopeed: Update to version 1.6.8 --- bucket/gopeed.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gopeed.json b/bucket/gopeed.json index cc308fc0..af11db93 100644 --- a/bucket/gopeed.json +++ b/bucket/gopeed.json @@ -2,11 +2,11 @@ "homepage": "https://github.com/GopeedLab/gopeed", "description": "A high-speed downloader developed by Golang + Flutter, supports (HTTP, BitTorrent, Magnet) protocol, and supports all platforms.", "license": "GPL-3.0-only", - "version": "1.6.7", + "version": "1.6.8", "architecture": { "64bit": { - "url": "https://github.com/GopeedLab/gopeed/releases/download/v1.6.7/Gopeed-v1.6.7-windows-amd64-portable.zip", - "hash": "d096458a7bee55cc759233db90f2801c99194951de9055e5bb6678ed2eef2d1f" + "url": "https://github.com/GopeedLab/gopeed/releases/download/v1.6.8/Gopeed-v1.6.8-windows-amd64-portable.zip", + "hash": "cc299223b66d98ab97f8e35a780677c578aa0516193bb6f11e2ace1886b4f705" } }, "pre_install": "if(!(Test-Path \"$persist_dir\\gopeed.db\")) { New-Item \"$dir\\gopeed.db\" -ItemType File -Force | Out-Null }",