diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-08-29 09:48:50 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-08-29 09:50:00 -0500 |
commit | e0d7c570a4011daf46f98f9a87994570f0f6cda6 (patch) | |
tree | 418b0e4cf82275cd555164745dd4585b58c6602d /net-misc/dropbox | |
parent | dev-build/meson: drop old (diff) | |
download | gentoo-e0d7c570a4011daf46f98f9a87994570f0f6cda6.tar.gz gentoo-e0d7c570a4011daf46f98f9a87994570f0f6cda6.tar.bz2 gentoo-e0d7c570a4011daf46f98f9a87994570f0f6cda6.zip |
net-misc/dropbox: update SRC_URI
Closes: https://bugs.gentoo.org/938664
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/dropbox')
-rw-r--r-- | net-misc/dropbox/Manifest | 1 | ||||
-rw-r--r-- | net-misc/dropbox/dropbox-205.4.5765.ebuild | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest index 767000aaefc3..6413b4254b88 100644 --- a/net-misc/dropbox/Manifest +++ b/net-misc/dropbox/Manifest @@ -1,4 +1,5 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91 SHA512 9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712 +DIST dropbox-icon.svg 574 BLAKE2B a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6 SHA512 cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346 DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb SHA512 d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765 DIST dropbox-lnx.x86-203.4.4857.tar.gz 113474071 BLAKE2B 109111bca49d7c59d9f7c28b9c012953b8cb01a116cdfe757b0c37b9a168e12ed61501cf313c5b5264fbbafa1528d5e2c884de51c3e3a18318dfd195b14ff7d1 SHA512 54945ecb11094d1a73a96f0469415eee8c2b936a22f8a9410ea5cac75e5eda4b3db72def487eef6f113e6bac7eb656403587fbaab4503bb331032648225660a3 DIST dropbox-lnx.x86-204.4.5420.tar.gz 113538291 BLAKE2B bd8bb5a2ff327627d9664f93a9c68cc01b6a745b69fa1d312e3f64da7edc9ef62da45807d5fdfcdcad194a5eebf6562b67e22abce241c435c37c9d46d485cae9 SHA512 868350b68e77a91d4a1e74ede5cf4b219b998089956c1827c96f36fd6401a8bf058d573d31485e1ca94e7d2c72a6c20f34563d5c04ed2833971d8f2bc41de08e diff --git a/net-misc/dropbox/dropbox-205.4.5765.ebuild b/net-misc/dropbox/dropbox-205.4.5765.ebuild index 7d9715a71882..a400f1dfce98 100644 --- a/net-misc/dropbox/dropbox-205.4.5765.ebuild +++ b/net-misc/dropbox/dropbox-205.4.5765.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.dropbox.com/" SRC_URI=" amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz ) x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz ) - https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg + https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg " LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox" @@ -89,7 +89,7 @@ src_install() { if use X; then doicon -s 16 -c status "${T}"/status - newicon -s scalable "${DISTDIR}/DropboxGlyph_Blue.svg" dropbox.svg + newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg fi make_desktop_entry "${PN}" "Dropbox" "dropbox" |