Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v3.7.10 #15

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It shall NOT be edited by hand.

Zipline is a ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

**Shipped version:** 3.7.9~ynh1
**Shipped version:** 3.7.10~ynh1

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ No se debe editar a mano.

Zipline is a ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

**Versión actual:** 3.7.9~ynh1
**Versión actual:** 3.7.10~ynh1

## Capturas

Expand Down
2 changes: 1 addition & 1 deletion README_eu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EZ editatu eskuz.

Zipline is a ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

**Paketatutako bertsioa:** 3.7.9~ynh1
**Paketatutako bertsioa:** 3.7.10~ynh1

## Pantaila-argazkiak

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.

Zipline est un serveur de téléchargement ShareX/fichier facile à utiliser, doté de fonctionnalités et d'une configuration simple !

**Version incluse :** 3.7.9~ynh1
**Version incluse :** 3.7.10~ynh1

## Captures d’écran

Expand Down
2 changes: 1 addition & 1 deletion README_gl.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NON debe editarse manualmente.

Zipline is a ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

**Versión proporcionada:** 3.7.9~ynh1
**Versión proporcionada:** 3.7.10~ynh1

## Capturas de pantalla

Expand Down
2 changes: 1 addition & 1 deletion README_it.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NON DEVE essere modificato manualmente.

Zipline is a ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

**Versione pubblicata:** 3.7.9~ynh1
**Versione pubblicata:** 3.7.10~ynh1

## Screenshot

Expand Down
2 changes: 1 addition & 1 deletion README_zh_Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

Zipline is a ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

**分发版本:** 3.7.9~ynh1
**分发版本:** 3.7.10~ynh1

## 截图

Expand Down
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "Zipline"
description.en = "ShareX/file upload server"
description.fr = "Serveur de téléchargement ShareX/fichier"

version = "3.7.9~ynh1"
version = "3.7.10~ynh1"

maintainers = []

Expand Down Expand Up @@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources.sources]

[resources.sources.main]
url = "https://github.com/diced/zipline/archive/refs/tags/v3.7.9.tar.gz"
sha256 = "5edb38b6f0958d48f58a44a39decfb3a154df83e87f635f3528419d44feae1a4"
url = "https://github.com/diced/zipline/archive/refs/tags/v3.7.10.tar.gz"
sha256 = "6a8f0ba05f6f915a958fae6f05d9680fad68ec647230ceade0ff33d4d3e40696"
autoupdate.strategy = "latest_github_tag"

[resources.system_user]
Expand Down