-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upd(zed-editor-{stable,preview}-bin):
0.156.2
-> 0.157.5
, `0.157.…
…4` -> `0.158.1`
- Loading branch information
Showing
5 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pkgbase = zed-editor-preview-bin | ||
gives = zed-editor-preview | ||
pkgver = 0.157.4 | ||
pkgver = 0.158.1 | ||
pkgdesc = A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter (Preview release) | ||
url = https://zed.dev | ||
arch = x86_64 | ||
|
@@ -10,9 +10,9 @@ pkgbase = zed-editor-preview-bin | |
license = Apache-2.0 | ||
maintainer = bibelin <[email protected]> | ||
repology = project: zed-editor | ||
source_x86_64 = https://zed.dev/api/releases/preview/0.157.4/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = 5a30d83d2997ca0494efedadd5a1711194dddf853c3b04a1e3a9fdefc2e8733e | ||
source_aarch64 = https://zed.dev/api/releases/preview/0.157.4/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = 91e639908924aa71335e5ea484491136f2396ab871cf9cdf7150e179f9ff06d6 | ||
source_x86_64 = https://zed.dev/api/releases/preview/0.158.1/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = d10a427146ab8233fb91ad73ec2c519b521c74644243a69c440e0de3fe55c841 | ||
source_aarch64 = https://zed.dev/api/releases/preview/0.158.1/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = bc13a49fa4fea7f046c1e6c306e9e528f8d2851be93a46ca67bd46ac86c23abc | ||
|
||
pkgname = zed-editor-preview-bin |
6 changes: 3 additions & 3 deletions
6
packages/zed-editor-preview-bin/zed-editor-preview-bin.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
pkgname="zed-editor-preview-bin" | ||
pkgdesc="A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter (Preview release)" | ||
pkgver="0.157.4" | ||
pkgver="0.158.1" | ||
repology=("project: zed-editor") | ||
gives="zed-editor-preview" | ||
license=("GPL-3.0-or-later" "AGPL-3.0-or-later" "Apache-2.0") | ||
arch=("x86_64" "aarch64") | ||
url="https://zed.dev" | ||
_channel="preview" | ||
source=("${url}/api/releases/${_channel}/${pkgver}/zed-linux-${AARCH}.tar.gz") | ||
sha256sums_x86_64=("5a30d83d2997ca0494efedadd5a1711194dddf853c3b04a1e3a9fdefc2e8733e") | ||
sha256sums_aarch64=("91e639908924aa71335e5ea484491136f2396ab871cf9cdf7150e179f9ff06d6") | ||
sha256sums_x86_64=("d10a427146ab8233fb91ad73ec2c519b521c74644243a69c440e0de3fe55c841") | ||
sha256sums_aarch64=("bc13a49fa4fea7f046c1e6c306e9e528f8d2851be93a46ca67bd46ac86c23abc") | ||
maintainer=("bibelin <[email protected]>") | ||
|
||
# Desktop file should be renamed to dev.zed.Zed-Preview.desktop to show correct icon in GNOME on Wayland | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pkgbase = zed-editor-stable-bin | ||
gives = zed-editor | ||
pkgver = 0.156.2 | ||
pkgver = 0.157.5 | ||
pkgdesc = A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter | ||
url = https://zed.dev | ||
arch = x86_64 | ||
|
@@ -10,9 +10,9 @@ pkgbase = zed-editor-stable-bin | |
license = Apache-2.0 | ||
maintainer = bibelin <[email protected]> | ||
repology = project: zed-editor | ||
source_x86_64 = https://zed.dev/api/releases/stable/0.156.2/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = 15d3f35c60cdbcf5c5cb6bc1717c7009ee27facb90a1903612d300947dbbfebc | ||
source_aarch64 = https://zed.dev/api/releases/stable/0.156.2/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = 90c19fb1d7dbe37901572ae1ebb1314a9375dc42f71bf6e2d1745e3c34194535 | ||
source_x86_64 = https://zed.dev/api/releases/stable/0.157.5/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = 3c693cdf3e2c58389381ff3e80b52bcca62a4bb0e9f8ae5e5ba3aaccd5fe6d81 | ||
source_aarch64 = https://zed.dev/api/releases/stable/0.157.5/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = 8ff0ebb0d095bc3d7615525d06d85084eeadc4ee35eab611b3d5155327d91257 | ||
|
||
pkgname = zed-editor-stable-bin |
6 changes: 3 additions & 3 deletions
6
packages/zed-editor-stable-bin/zed-editor-stable-bin.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
pkgname="zed-editor-stable-bin" | ||
pkgdesc="A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter" | ||
pkgver="0.156.2" | ||
pkgver="0.157.5" | ||
repology=("project: zed-editor") | ||
gives="zed-editor" | ||
license=("GPL-3.0-or-later" "AGPL-3.0-or-later" "Apache-2.0") | ||
arch=("x86_64" "aarch64") | ||
url="https://zed.dev" | ||
_channel="stable" | ||
source=("${url}/api/releases/${_channel}/${pkgver}/zed-linux-${AARCH}.tar.gz") | ||
sha256sums_x86_64=("15d3f35c60cdbcf5c5cb6bc1717c7009ee27facb90a1903612d300947dbbfebc") | ||
sha256sums_aarch64=("90c19fb1d7dbe37901572ae1ebb1314a9375dc42f71bf6e2d1745e3c34194535") | ||
sha256sums_x86_64=("3c693cdf3e2c58389381ff3e80b52bcca62a4bb0e9f8ae5e5ba3aaccd5fe6d81") | ||
sha256sums_aarch64=("8ff0ebb0d095bc3d7615525d06d85084eeadc4ee35eab611b3d5155327d91257") | ||
maintainer=("bibelin <[email protected]>") | ||
|
||
# Desktop file should be renamed to dev.zed.Zed.desktop to show correct icon in GNOME on Wayland | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12251,7 +12251,7 @@ pkgname = zap | |
--- | ||
pkgbase = zed-editor-preview-bin | ||
gives = zed-editor-preview | ||
pkgver = 0.157.4 | ||
pkgver = 0.158.1 | ||
pkgdesc = A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter (Preview release) | ||
url = https://zed.dev | ||
arch = x86_64 | ||
|
@@ -12261,16 +12261,16 @@ pkgbase = zed-editor-preview-bin | |
license = Apache-2.0 | ||
maintainer = bibelin <[email protected]> | ||
repology = project: zed-editor | ||
source_x86_64 = https://zed.dev/api/releases/preview/0.157.4/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = 5a30d83d2997ca0494efedadd5a1711194dddf853c3b04a1e3a9fdefc2e8733e | ||
source_aarch64 = https://zed.dev/api/releases/preview/0.157.4/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = 91e639908924aa71335e5ea484491136f2396ab871cf9cdf7150e179f9ff06d6 | ||
source_x86_64 = https://zed.dev/api/releases/preview/0.158.1/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = d10a427146ab8233fb91ad73ec2c519b521c74644243a69c440e0de3fe55c841 | ||
source_aarch64 = https://zed.dev/api/releases/preview/0.158.1/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = bc13a49fa4fea7f046c1e6c306e9e528f8d2851be93a46ca67bd46ac86c23abc | ||
|
||
pkgname = zed-editor-preview-bin | ||
--- | ||
pkgbase = zed-editor-stable-bin | ||
gives = zed-editor | ||
pkgver = 0.156.2 | ||
pkgver = 0.157.5 | ||
pkgdesc = A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter | ||
url = https://zed.dev | ||
arch = x86_64 | ||
|
@@ -12280,10 +12280,10 @@ pkgbase = zed-editor-stable-bin | |
license = Apache-2.0 | ||
maintainer = bibelin <[email protected]> | ||
repology = project: zed-editor | ||
source_x86_64 = https://zed.dev/api/releases/stable/0.156.2/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = 15d3f35c60cdbcf5c5cb6bc1717c7009ee27facb90a1903612d300947dbbfebc | ||
source_aarch64 = https://zed.dev/api/releases/stable/0.156.2/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = 90c19fb1d7dbe37901572ae1ebb1314a9375dc42f71bf6e2d1745e3c34194535 | ||
source_x86_64 = https://zed.dev/api/releases/stable/0.157.5/zed-linux-x86_64.tar.gz | ||
sha256sums_x86_64 = 3c693cdf3e2c58389381ff3e80b52bcca62a4bb0e9f8ae5e5ba3aaccd5fe6d81 | ||
source_aarch64 = https://zed.dev/api/releases/stable/0.157.5/zed-linux-aarch64.tar.gz | ||
sha256sums_aarch64 = 8ff0ebb0d095bc3d7615525d06d85084eeadc4ee35eab611b3d5155327d91257 | ||
|
||
pkgname = zed-editor-stable-bin | ||
--- | ||
|