Skip to content

Commit 184cf88

Browse files
authored
Bintray is shutting down, deprecating bintray-zsync
Closes #31
1 parent da2633c commit 184cf88

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

draft.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ An [AppImage] **SHOULD** ship AppStream metadata in `usr/share/metainfo/$ID.appd
178178
An [AppImage] **MAY** have [update information] embedded for exactly one transport mechanism. The location in which this information is stored is defined by the [image format](#image-format). Currently three transport mechanisms are available, but only one can be used for each given [AppImage]:
179179

180180
* [`zsync`](#zsync)
181-
* [`bintray-zsync`](#bintray-zsync)
182181
* [`gh-releases-zsync`](#github-releases)
183182

184183
*Several tools such as `appimagetool` can create the `.zsync` file automatically when building the AppImage. Please refer to the [guide](https://docs.appimage.org/packaging-guide/optional/updates.html#using-appimagetool) for further information.*
@@ -223,21 +222,7 @@ Filename | String | `Subsurface-*x86_64.AppImage.zsync` | Filename of the [zsync
223222

224223
##### bintray-zsync
225224

226-
The __bintray-zsync__ transport extends the [zsync] transport in that it uses version information from [Bintray](https://bintray.com/). Its [update information] is in the form
227-
228-
```
229-
bintray-zsync|probono|AppImages|Subsurface|Subsurface-_latestVersion-x86_64.AppImage.zsync
230-
```
231-
232-
If an [AppImage] has [update information] embedded for this transport mechanism, then the following fields **MUST** be used; separated by a "|" character:
233-
234-
Field | Type | Example | Comments
235-
----------- | ------ | -------- | --------
236-
Transport mechanism | String | `bintray-zsync` | [zsync] file and [AppImage] **MUST** be stored on Bintray
237-
Bintray username | String | `probono` | Name of the user or organization of the account where the [zsync] file and [AppImage] are stored
238-
Bintray repository | String | `AppImages` | Name of the repository in which the [zsync] file and [AppImage] are stored
239-
Bintray package name | String | `Subsurface` | Name of the [Bintray package](https://bintray.com/docs/usermanual/uploads/uploads_creatinganewpackage.html) in which the [zsync] file and [AppImage] are stored
240-
Bintray zsync path | String | `Subsurface-_latestVersion-x86_64.AppImage.zsync` | Path where the [zsync] file is stored on Bintray (**MUST NOT** change from version to version). Note the use of the Bintray feature `_latestVersion` to facilitate this
225+
The __bintray-zsync__ transport was there to support [Bintray](https://bintray.com/). It is deprecated.
241226

242227
### Desktop integration
243228

0 commit comments

Comments
 (0)