diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-25 14:56:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-25 14:56:25 +0100 |
commit | 5c42677148c717eb9f4673237db807f74740b4e9 (patch) | |
tree | ee9f721e91477693459f31721790f2f41839a74c /app-mobilephone/dfu-util | |
parent | c9b5a916efac64df2a39870a92cc6b67116d1b9f (diff) |
gentoo auto-resync : 25:08:2024 - 14:56:25
Diffstat (limited to 'app-mobilephone/dfu-util')
-rw-r--r-- | app-mobilephone/dfu-util/Manifest | 4 | ||||
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-0.11.ebuild | 2 | ||||
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app-mobilephone/dfu-util/Manifest b/app-mobilephone/dfu-util/Manifest index c6c631f27859..e7c8cf67f096 100644 --- a/app-mobilephone/dfu-util/Manifest +++ b/app-mobilephone/dfu-util/Manifest @@ -1,4 +1,4 @@ DIST dfu-util-0.11.tar.gz 152462 BLAKE2B 3734698dd62de8a1c781f7631ae17ee9755241ce4d614b028fe6d6c3a117f3a301c174dcadf52252d55b08cfd75298c27a588e880837317ff73c32ab8863ccdd SHA512 fc5304a483ac10e35bf1b9304becdeb407b2e44d8ac51474d2fa17877e6cf71b0126f7e12ebb331d75e7adeb9c173ff5cf083a06ded5847dbe477534cf26a553 -EBUILD dfu-util-0.11.ebuild 642 BLAKE2B 172cae8c1d72021ff75a025b5e1317b4391d2111756cc1120849b5a0dfec4350373de9eb5ba924e8de57369ea4d05112ef115525b97ebd99a9314efe62ff7b90 SHA512 1d27ed0df4a5d9ef917bc70b92f28dfa501b38121b09b898a37c6d9b6524bcb181074d1207724f586d86e7a7c761964d10771fb8935212bc59966844d4376ae8 -EBUILD dfu-util-9999.ebuild 638 BLAKE2B 75b2ed5772d8632ff68e803f89229382cc056fefdcc212c1a4877361f0105700fd4afd57da33d085bbee07ac7ca6fa4866b3862ec9dc1345bb5cc416a9939b22 SHA512 cde523dc0985fef93fe7aeab6aee1c4faeb0c329c9cd540e399da0b18c5fcbe69f11275f3997c4aadf6a3b4c1b53431714376bfad1aeff45c981fe92b0e60828 +EBUILD dfu-util-0.11.ebuild 644 BLAKE2B 1b7d54baa622957863a4b20ec552b086bf2f0400279ecd36a05c7d691f579b84b80878da8f64b851a48d671360f66aa8640307845af5649e241db2b88009087d SHA512 460ce9968b8b41980b951b3b53ef0bd2d4076c08e68f7bd3f449850d696fc1a68d1ee4fefd455bc4c2a8d8e4d0b94e62ffbec8063f7f9f024e48344f6c8be82f +EBUILD dfu-util-9999.ebuild 640 BLAKE2B 6ae4a2ef97152585e06cfca8e8dd8cd5ca3514a2e604a7f3a62c86a23bb62ab8a3167172e4340915b7a5ced5fcc7fd927d404148340686f305b9efd58906266c SHA512 e6f15890fe7190a64f82a3f6e8c54d349451e6a449846f653f7e867b6b3a93686f673bd3f981056aa3c4118256a1ea2ef91eb4eb08bb387a76d12bc33835f6e2 MISC metadata.xml 330 BLAKE2B 8dd6ce23111123463d3a9585b1fdff4cdf8a7670803dc36c007daa02796e764a29eff3b420dba2651e8812ae39d7df0a7de6f20a10ad5447c0b799074346fb42 SHA512 fb9646c59340854d13fb4f82e13f467a34090eb629937cf846c9db1a6ed2095d9bf6456741e6ba3460709d95f9a36bc6bdbc6063492eb5222330190b52c961df diff --git a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild index 93350d080235..c5eac4319329 100644 --- a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild @@ -4,7 +4,7 @@ EAPI=8 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util" + EGIT_REPO_URI="https://git.code.sf.net/p/dfu-util/dfu-util" inherit autotools git-r3 else SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild index 7204f3fb82a4..86f93de93c65 100644 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util" + EGIT_REPO_URI="https://git.code.sf.net/p/dfu-util/dfu-util" inherit autotools git-r3 else SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" |