summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2023-12-21 21:34:41 -0500
committerPadraic Fanning2023-12-21 21:34:41 -0500
commitec284a2851d968b4076ce1861a1eb479775ac91a (patch)
tree62e6f35fff6b9c04a09315cb14af3e8546e61221
parenta004ce7306bc9fa917cf77f234821f8dd79d10e0 (diff)
downloadaur-ec284a2851d968b4076ce1861a1eb479775ac91a.tar.gz
Update to 3.3.6 (3)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49e26c9f2bf7..e1e8f0b36f60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 3.3.6_linux2
+ pkgver = 3.3.6_linux3
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -20,11 +20,11 @@ pkgbase = github-desktop-bin
conflicts = github-desktop
source = github-desktop.desktop
sha256sums = 932e4c456e8c6db03d27172cf0daa37806bf025bb560d8b3d758c0997d1a618c
- source_x86_64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux2/GitHubDesktop-linux-amd64-3.3.6-linux2.deb
- sha256sums_x86_64 = 5aa91259760f5542c732ff988b75bd40039081389eadb6b6fbe3b170a45b1438
- source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux2/GitHubDesktop-linux-arm64-3.3.6-linux2.deb
- sha256sums_aarch64 = 924760ffd139e4b6e18d33e0ffe0c473ef88602c7a53b4a8edab454e1bde0ca8
- source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux2/GitHubDesktop-linux-armhf-3.3.6-linux2.deb
- sha256sums_armv7h = c9519cfc30167d8167ee0a914bce7f051df5f9648408110783731a57b3413ef4
+ source_x86_64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-amd64-3.3.6-linux3.deb
+ sha256sums_x86_64 = f74d0985f1cdefc0ae017a6d3d7d93a13bd3f44fa0fb1457aa6966df827d97a9
+ source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-arm64-3.3.6-linux3.deb
+ sha256sums_aarch64 = 2c1faf2dbfff1c69cadf1b4ace7bae20fb64b492298698e2bfa56482e6f8a584
+ source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.6-linux3/GitHubDesktop-linux-armhf-3.3.6-linux3.deb
+ sha256sums_armv7h = 10d0220438d04983d8dd01a12d9c44c8616244fb3a31f0152f85a8809c3fea73
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index db4b5b6a40aa..26934584176b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=3.3.6_linux2
+pkgver=3.3.6_linux3
pkgrel=1
_pkgver="${pkgver//_/-}"
_gitname="release-${_pkgver}"
@@ -30,9 +30,9 @@ source_x86_64=(https://github.com/shiftkey/desktop/releases/download/${_gitname}
source_aarch64=(https://github.com/shiftkey/desktop/releases/download/${_gitname}/GitHubDesktop-linux-arm64-${_pkgver}.deb)
source_armv7h=(https://github.com/shiftkey/desktop/releases/download/${_gitname}/GitHubDesktop-linux-armhf-${_pkgver}.deb)
sha256sums=('932e4c456e8c6db03d27172cf0daa37806bf025bb560d8b3d758c0997d1a618c')
-sha256sums_x86_64=('5aa91259760f5542c732ff988b75bd40039081389eadb6b6fbe3b170a45b1438')
-sha256sums_aarch64=('924760ffd139e4b6e18d33e0ffe0c473ef88602c7a53b4a8edab454e1bde0ca8')
-sha256sums_armv7h=('c9519cfc30167d8167ee0a914bce7f051df5f9648408110783731a57b3413ef4')
+sha256sums_x86_64=('f74d0985f1cdefc0ae017a6d3d7d93a13bd3f44fa0fb1457aa6966df827d97a9')
+sha256sums_aarch64=('2c1faf2dbfff1c69cadf1b4ace7bae20fb64b492298698e2bfa56482e6f8a584')
+sha256sums_armv7h=('10d0220438d04983d8dd01a12d9c44c8616244fb3a31f0152f85a8809c3fea73')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/opt/${_pkgname}"