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

upd(simplex-desktop-app): 6.0.4 -> 6.1.1 #6626

Merged
merged 1 commit into from
Nov 12, 2024
Merged
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
6 changes: 3 additions & 3 deletions packages/simplex-desktop-app/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = simplex-desktop-app
gives = simplex-desktop
pkgver = 6.0.4
pkgver = 6.1.1
pkgdesc = The first messaging platform with no user identifiers - 100% private by design (GUI)
url = https://simplex.chat
arch = amd64
license = AGPL-3.0-or-later
maintainer = vigress8 <[email protected]>
repology = project: simplex-desktop
source = simplex-desktop::https://github.com/simplex-chat/simplex-chat/releases/download/v6.0.4/simplex-desktop-x86_64.AppImage
sha512sums = ee7b2e7e63d6df065e6dc792c27634fe3cfa6a8623072fede69048bcfaf3eb4e1cd680a5f1c08c16a7153b5bdfdad0d8824ef5a40bc555402cfcfe1a50a95b3a
source = simplex-desktop::https://github.com/simplex-chat/simplex-chat/releases/download/v6.1.1/simplex-desktop-x86_64.AppImage
sha512sums = 15c894d4b91852405268be381db3d88a9a01745e2a89d3930bbfd019b4ddbfbb88ee0611a7759e4d4ebfaecf7f96547d890fbda826fafd86504c256865ceb70e

pkgname = simplex-desktop-app
4 changes: 2 additions & 2 deletions packages/simplex-desktop-app/simplex-desktop-app.pacscript
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgname='simplex-desktop-app'
gives='simplex-desktop'
pkgver='6.0.4'
pkgver='6.1.1'
pkgdesc='The first messaging platform with no user identifiers - 100% private by design (GUI)'
arch=('amd64')
url='https://simplex.chat'
license=('AGPL-3.0-or-later')
source=("${gives}::https://github.com/simplex-chat/simplex-chat/releases/download/v${pkgver}/${gives}-x86_64.AppImage")
repology=("project: ${gives}")
maintainer=('vigress8 <[email protected]>')
sha512sums=('ee7b2e7e63d6df065e6dc792c27634fe3cfa6a8623072fede69048bcfaf3eb4e1cd680a5f1c08c16a7153b5bdfdad0d8824ef5a40bc555402cfcfe1a50a95b3a')
sha512sums=('15c894d4b91852405268be381db3d88a9a01745e2a89d3930bbfd019b4ddbfbb88ee0611a7759e4d4ebfaecf7f96547d890fbda826fafd86504c256865ceb70e')

package() {
chmod +x "${gives}"
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -9883,15 +9883,15 @@ pkgname = signal-desktop-deb
---
pkgbase = simplex-desktop-app
gives = simplex-desktop
pkgver = 6.0.4
pkgver = 6.1.1
pkgdesc = The first messaging platform with no user identifiers - 100% private by design (GUI)
url = https://simplex.chat
arch = amd64
license = AGPL-3.0-or-later
maintainer = vigress8 <[email protected]>
repology = project: simplex-desktop
source = simplex-desktop::https://github.com/simplex-chat/simplex-chat/releases/download/v6.0.4/simplex-desktop-x86_64.AppImage
sha512sums = ee7b2e7e63d6df065e6dc792c27634fe3cfa6a8623072fede69048bcfaf3eb4e1cd680a5f1c08c16a7153b5bdfdad0d8824ef5a40bc555402cfcfe1a50a95b3a
source = simplex-desktop::https://github.com/simplex-chat/simplex-chat/releases/download/v6.1.1/simplex-desktop-x86_64.AppImage
sha512sums = 15c894d4b91852405268be381db3d88a9a01745e2a89d3930bbfd019b4ddbfbb88ee0611a7759e4d4ebfaecf7f96547d890fbda826fafd86504c256865ceb70e

pkgname = simplex-desktop-app
---
Expand Down
Loading