diff --git a/packages/github-desktop-deb/github-desktop-deb.pacscript b/packages/github-desktop-deb/github-desktop-deb.pacscript index 023bfc9cc7..565c08ff44 100644 --- a/packages/github-desktop-deb/github-desktop-deb.pacscript +++ b/packages/github-desktop-deb/github-desktop-deb.pacscript @@ -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 "