Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ whatsdesk-deb
whatsie
whatsie-git
windscribe-beta-gui-deb
windscribe-deb
wine-staging
wine-staging-git
winetricks-git
Expand Down
14 changes: 14 additions & 0 deletions packages/windscribe-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pkgbase = windscribe-deb
gives = windscribe
pkgver = 2.23.11
pkgdesc = Windscribe VPN desktop client.
arch = amd64
arch = arm64
maintainer = IMYdev <omranmansour096@gmail.com>
repology = project: windscribe
source_amd64 = https://github.com/Windscribe/Desktop-App/releases/download/v2.23.11/windscribe_2.23.11_amd64.deb
sha256sums_amd64 = 9b22ad0369e7539d309c21a2535f46aa7d805d9e2ad6250dbbc376de87c333ee
source_arm64 = https://github.com/Windscribe/Desktop-App/releases/download/v2.23.11/windscribe_2.23.11_arm64.deb
sha256sums_arm64 = 9f6bf75d4579c2e9193235b18bc2d603426b08558df31d2a4eb47fc92335d42c

pkgname = windscribe-deb
11 changes: 11 additions & 0 deletions packages/windscribe-deb/windscribe-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgname="windscribe-deb"
gives="windscribe"
repology=("project: ${gives}")
pkgver="2.23.11"
arch=("amd64" "arm64")
source_amd64=("https://github.com/Windscribe/Desktop-App/releases/download/v${pkgver}/${gives}_${pkgver}_amd64.deb")
sha256sums_amd64=("9b22ad0369e7539d309c21a2535f46aa7d805d9e2ad6250dbbc376de87c333ee")
source_arm64=("https://github.com/Windscribe/Desktop-App/releases/download/v${pkgver}/${gives}_${pkgver}_arm64.deb")
sha256sums_arm64=("9f6bf75d4579c2e9193235b18bc2d603426b08558df31d2a4eb47fc92335d42c")
pkgdesc="Windscribe VPN desktop client."
Comment thread
IMYdev marked this conversation as resolved.
Outdated
maintainer=("IMYdev <omranmansour096@gmail.com>")
15 changes: 15 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -17953,6 +17953,21 @@ pkgbase = windscribe-beta-gui-deb

pkgname = windscribe-beta-gui-deb
---
pkgbase = windscribe-deb
gives = windscribe
pkgver = 2.23.11
pkgdesc = Windscribe VPN desktop client.
arch = amd64
arch = arm64
maintainer = IMYdev <omranmansour096@gmail.com>
repology = project: windscribe
source_amd64 = https://github.com/Windscribe/Desktop-App/releases/download/v2.23.11/windscribe_2.23.11_amd64.deb
sha256sums_amd64 = 9b22ad0369e7539d309c21a2535f46aa7d805d9e2ad6250dbbc376de87c333ee
source_arm64 = https://github.com/Windscribe/Desktop-App/releases/download/v2.23.11/windscribe_2.23.11_arm64.deb
sha256sums_arm64 = 9f6bf75d4579c2e9193235b18bc2d603426b08558df31d2a4eb47fc92335d42c

pkgname = windscribe-deb
---
pkgbase = wine-staging-git
gives = wine-staging-git
pkgver = 10.11
Expand Down
Loading