diff --git a/net-proxy/Throne/Manifest b/net-proxy/Throne/Manifest index 5ce94892fa..4f12dd0ad1 100644 --- a/net-proxy/Throne/Manifest +++ b/net-proxy/Throne/Manifest @@ -1,3 +1,2 @@ -DIST Throne-1.0.12-deps.tar.xz 7762876 BLAKE2B 19067bd08d20a4dbc3d666f5a9e6e0f1fddd539eef0289693350f88f797d7442db7ff9a26a7217c2f747a60af0e3b683c2752db09c6eed1cc7be4103881c514c SHA512 77bfb654591947bed2db579b1d998982e546c7f66369afb358527860f05c9ff74bc29f8b556dcb622f5c75b858d19bd8b7f15fde5618a378cbbf29cfda6fa34f -DIST Throne-1.0.12-fix-quic-go-issues.patch 32232 BLAKE2B 58bfe64855a6f34033f88b98cc03e248f6cfdd7ffe826805d866c052d8b5ef7c8795ceefd962933a5c18b09767d456d9025aeab87eb5c813c88e7f9322e4bb54 SHA512 2d307076d69c9eb83c734843a7f0f16e6a548eefd2ba39d1f287caf9e0b5cecb7a47c5cd1c9d24bb445ee1abc3478d7cfcf2dacb98e0990bc1fb0f3bf97f05fe -DIST Throne-1.0.12.tar.gz 3207926 BLAKE2B 2f5b875c673b962dc0993935d497a9e6c6cef5e0aaa13b04cd44a1fd5306b13152faa4a4ad1c14ccd4e6c209fc6a311889bf1d1ce7d6cbe0404e75f6f8cd9131 SHA512 5e729f469cef091566556176db7c7d51bcdcfff9a18b37476a339397e1ba1d918ecfb589930458819c1052b439baa3ae187b8ba703850097631dce4e04598913 +DIST Throne-1.0.13-deps.tar.xz 7782304 BLAKE2B 60a1f4bab71dff6482c87593465a93067536558d3fec5c9c73ae83d349e4fcf312ffd1016e8f65820e92ace2857a034ec81a1a97c8cf118cdd7e0a663c3038d3 SHA512 009744228e6fee808b302310ae21d9fca73f274c93e73b185bfa73ea046c5a47a5a15f6ab0e74adb2e2db5515498f8f099cd69c7397797e0dc7f8e2c8c915eae +DIST Throne-1.0.13.tar.gz 3216435 BLAKE2B 3a601a8b6c50e24acec06c2bd6b9e32598bf5dff928e227f76064bc65b95ed7201b20b47e17e05bdfc9816a2d4d59e3682959294608f289739b961ed39f063c3 SHA512 b1315346961a517f8b594763efcba3d81127a471c94e5ebd54e76bf6829fc89879c8b40c0a6ea3cc674c814789e3cb20fd7610f3800c48eff193bb0f5f5de8a4 diff --git a/net-proxy/Throne/Throne-1.0.12.ebuild b/net-proxy/Throne/Throne-1.0.13.ebuild similarity index 91% rename from net-proxy/Throne/Throne-1.0.12.ebuild rename to net-proxy/Throne/Throne-1.0.13.ebuild index 5b7148ce15..fc871182a1 100644 --- a/net-proxy/Throne/Throne-1.0.12.ebuild +++ b/net-proxy/Throne/Throne-1.0.13.ebuild @@ -10,8 +10,6 @@ HOMEPAGE="https://github.com/throneproj/Throne" SRC_URI=" https://github.com/throneproj/Throne/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz - https://github.com/throneproj/Throne/commit/f03ad7d16555324fc7308dbadde1ade1f0011d6d.patch -> - ${PN}-1.0.12-fix-quic-go-issues.patch " # The first line is for the C++ code, the second line is for the Go module @@ -36,7 +34,6 @@ BDEPEND=" " PATCHES=( - "${DISTDIR}/${PN}-1.0.12-fix-quic-go-issues.patch" "${FILESDIR}/${PN}-1.0.0-Use-system-QHotkey.patch" "${FILESDIR}/${PN}-1.0.7-Use-system-quirc.patch" )