1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/penpot_ynh.git synced 2024-09-03 19:56:56 +02:00

Merge pull request #49 from M3R14M/checksum

Fix checksum for 2.1.0
This commit is contained in:
Mateusz 2024-07-12 08:59:43 +02:00 committed by GitHub
commit dd257718c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ name = "Penpot"
description.en = "Design and prototyping platform"
description.fr = "Plateforme de conception et de prototypage"
version = "2.1.0~ynh1"
version = "2.1.0~ynh2"
maintainers = ["orhtej2"]
@ -45,7 +45,7 @@ ram.runtime = "50M"
[resources.sources.main]
url = "https://github.com/penpot/penpot/archive/refs/tags/2.1.0.tar.gz"
sha256 = "b3e0f9816e838e2ce12e29cbe13af5efa2756d4a8f66111adfce28bc6d4391b7"
sha256 = "47b816b92896c0786196385150fb4a8c7e5d3240516f7d48da1c998910f5c006"
autoupdate.strategy = "latest_github_tag"
[resources.sources.jdk]