Skip to content

Commit

Permalink
upd(github-desktop-deb): 3.2.5 -> 3.3.6 (#5121)
Browse files Browse the repository at this point in the history
Co-authored-by: Elsie <[email protected]>
  • Loading branch information
vigress8 and Elsie19 authored Dec 27, 2023
1 parent d9f80ea commit abd5e81
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions packages/github-desktop-deb/github-desktop-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name="github-desktop-deb"
pkgname="github-desktop"
gives="github-desktop"
pkgver="3.2.5"
url="https://github.com/shiftkey/desktop/releases/download/release-${pkgver}-linux1/GitHubDesktop-linux-${pkgver}-linux1.deb"
homepage='https://desktop.github.com/'
pkgver="3.3.6"
arch=("amd64" "arm64" "armhf")
url="https://github.com/shiftkey/desktop/releases/download/release-${pkgver}-linux3/GitHubDesktop-linux-${CARCH}-${pkgver}-linux3.deb"
homepage="https://desktop.github.com"
repology=("project: github-desktop" "visiblename: github-desktop" "repo: aur")
pkgdesc="GitHub Desktop is an open source Electron-based GitHub app written in TypeScript and uses React."
hash="a7eaabf7f68441c7e4280ac2de84f22228c791a3732ee9b7c577929cd7b181b5"
declare -A sums=(
[amd64]="f74d0985f1cdefc0ae017a6d3d7d93a13bd3f44fa0fb1457aa6966df827d97a9"
[arm64]="2c1faf2dbfff1c69cadf1b4ace7bae20fb64b492298698e2bfa56482e6f8a584"
[armhf]="10d0220438d04983d8dd01a12d9c44c8616244fb3a31f0152f85a8809c3fea73"
)

hash="${sums[${CARCH}]}"
maintainer="Elsie19 <[email protected]>"

0 comments on commit abd5e81

Please sign in to comment.