From d4a2d5ed720ae267803e49f9524fa1da8e24019a Mon Sep 17 00:00:00 2001 From: vigress8 <150687949+vigress8@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:57:00 +0400 Subject: [PATCH 1/4] upd(github-desktop-deb): `3.2.5` -> `3.3.6` --- .../github-desktop-deb/github-desktop-deb.pacscript | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/github-desktop-deb/github-desktop-deb.pacscript b/packages/github-desktop-deb/github-desktop-deb.pacscript index 023bfc9cc7..9c7ac1f2ef 100644 --- a/packages/github-desktop-deb/github-desktop-deb.pacscript +++ b/packages/github-desktop-deb/github-desktop-deb.pacscript @@ -1,10 +1,10 @@ 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" +hash=$(wget -qO- "${url}.sha256") maintainer="Elsie19 " From 655d768a8a42a2c8a899e65a5ea655e01bcde7b3 Mon Sep 17 00:00:00 2001 From: vigress8 <150687949+vigress8@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:59:49 +0400 Subject: [PATCH 2/4] . --- packages/github-desktop-deb/github-desktop-deb.pacscript | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/github-desktop-deb/github-desktop-deb.pacscript b/packages/github-desktop-deb/github-desktop-deb.pacscript index 9c7ac1f2ef..02023315a7 100644 --- a/packages/github-desktop-deb/github-desktop-deb.pacscript +++ b/packages/github-desktop-deb/github-desktop-deb.pacscript @@ -1,5 +1,6 @@ name="github-desktop-deb" pkgname="github-desktop" +gives="github-desktop" 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" From 600410a2c451f5c4435454a361e6572ae134fa1e Mon Sep 17 00:00:00 2001 From: vigress8 <150687949+vigress8@users.noreply.github.com> Date: Tue, 26 Dec 2023 21:25:40 +0400 Subject: [PATCH 3/4] . --- packages/github-desktop-deb/github-desktop-deb.pacscript | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/github-desktop-deb/github-desktop-deb.pacscript b/packages/github-desktop-deb/github-desktop-deb.pacscript index 02023315a7..0bff2fea4f 100644 --- a/packages/github-desktop-deb/github-desktop-deb.pacscript +++ b/packages/github-desktop-deb/github-desktop-deb.pacscript @@ -7,5 +7,12 @@ url="https://github.com/shiftkey/desktop/releases/download/release-${pkgver}-lin 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=$(wget -qO- "${url}.sha256") +declare -A \ +sums=( + [amd64]="f74d0985f1cdefc0ae017a6d3d7d93a13bd3f44fa0fb1457aa6966df827d97a9" + [arm64]="2c1faf2dbfff1c69cadf1b4ace7bae20fb64b492298698e2bfa56482e6f8a584" + [armhf]="10d0220438d04983d8dd01a12d9c44c8616244fb3a31f0152f85a8809c3fea73" +) + +hash="${sums[${CARCH}]}" maintainer="Elsie19 " From 668cfcb438fcca5cbf2be74a322737f6692bb1bb Mon Sep 17 00:00:00 2001 From: V <150687949+vigress8@users.noreply.github.com> Date: Wed, 27 Dec 2023 09:13:40 +0400 Subject: [PATCH 4/4] Update packages/github-desktop-deb/github-desktop-deb.pacscript Co-authored-by: Elsie --- packages/github-desktop-deb/github-desktop-deb.pacscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/github-desktop-deb/github-desktop-deb.pacscript b/packages/github-desktop-deb/github-desktop-deb.pacscript index 0bff2fea4f..565c08ff44 100644 --- a/packages/github-desktop-deb/github-desktop-deb.pacscript +++ b/packages/github-desktop-deb/github-desktop-deb.pacscript @@ -7,8 +7,7 @@ url="https://github.com/shiftkey/desktop/releases/download/release-${pkgver}-lin 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." -declare -A \ -sums=( +declare -A sums=( [amd64]="f74d0985f1cdefc0ae017a6d3d7d93a13bd3f44fa0fb1457aa6966df827d97a9" [arm64]="2c1faf2dbfff1c69cadf1b4ace7bae20fb64b492298698e2bfa56482e6f8a584" [armhf]="10d0220438d04983d8dd01a12d9c44c8616244fb3a31f0152f85a8809c3fea73"