Skip to content

Commit

Permalink
app-editors/zed: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robert7k committed Aug 21, 2024
1 parent e4b847f commit 3ee6556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app-editors/zed/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -1369,4 +1369,4 @@ DIST zvariant_derive-4.2.0.crate 11057 BLAKE2B 891c141bfa0db95a5ac62ab2c31bef121
DIST zvariant_utils-1.1.0.crate 6858 BLAKE2B ed117144cdd1b3351cddb0403b7b8fa3290e097dc527456ca7580910a0ad07b323c5c221f2c796eefd8dd5c7945e594c5bffe6b72caf26f2d416b58889b8cc34 SHA512 5ab70e347a3251c029688b0e8060f640168da3d20d1f0ceef054096209b9101fbb48ba74eb04aabd4c39f4c8090eb94a0594750b85d9955542f0bf7732a66aa7
DIST zvariant_utils-2.1.0.crate 7043 BLAKE2B b891c5fc2b5afb5eba01b9068b454a965b4f07548c1a080fd5b598165994a5177a7df5f39cf7263ea8bcc5d054c7d87012ca1588737d630d96f24f0d00dee6cf SHA512 345b70d1106b37df41426efdb1ba49bf270e00898381c2a8021b5761c59efdea55def45cb2e2598b130b6cba8733503f3997a55578bca90867ab3e8f2346f80e
EBUILD zed-0.147.2.ebuild 25257 BLAKE2B 18cae099263498c69f7a4a3671c13e70c07c362ed67be07d0e7561ef4a31892e8573046960c4e2d9c92362bc0e69283230a7fde4b44825a3c69a00081bf97932 SHA512 697d778732d293269129dd6cd727b4c409fb014e39d025e9a26437cb585a0f9a8e3f103f4cdc05287449350bd8bf0c7a6d2b8e2df901c653a2540c6823ef2492
EBUILD zed-0.149.3.ebuild 25211 BLAKE2B 489e848d9c3a7f28623efba5efcc8464b130867f685ad2478786d634748546cd153a8145cc643e1ea89c4a3e2ed0db0b51c0889d914d8b1ac2e9131797504be7 SHA512 6ca67b556144ef18ade99f1675df9fe5932ad5e80c8dfdcfccf2b2fe6a11ceea1b5ab25779aabfb7fb1c039aa93f44b238b51e074777eef280da75ea1dce96b4
EBUILD zed-0.149.3.ebuild 24992 BLAKE2B 7904588eed6ec0b441d98b5726f0bc6e5637dd389d1da8b6cf278ed48bd736206cabfec55d324d76f81b8f2331aa828151d996011c5d19c40501a2b366b90aa6 SHA512 f292c3546cf8ed3ce87cb7477a1374bb4c774e38c6b4acd0b9a32ca0fc180c29ca9d591956e180907c205de758c228309e784cffa9a0849f51b007a02fce2f27
4 changes: 0 additions & 4 deletions app-editors/zed/zed-0.149.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1127,10 +1127,6 @@ src_prepare() {
default

# Cargo offline fetch workaround
local PF_COMMIT="4968e819c0d9b015437ffc694511e175801a17c7"
local PF_GIT="git = \"https://github.com/servo/pathfinder.git\", rev = \"${PF_COMMIT}\""
local PF_PATH="path = \"${WORKDIR}/pathfinder-${PF_COMMIT}/simd\""

local TS_COMMIT="7f4a57817d58a2f134fe863674acad6bbf007228"
local TS_GIT="git = \"https://github.com/tree-sitter/tree-sitter\", rev = \"${TS_COMMIT}\""
local TS_PATH="path = \"${WORKDIR}/tree-sitter-${TS_COMMIT}/lib\""
Expand Down

0 comments on commit 3ee6556

Please sign in to comment.