summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2024-02-04 22:55:10 -0500
committerPadraic Fanning2024-02-04 22:55:10 -0500
commita665ebdf80d1ad635bf7e9e5d94e2cda7b263342 (patch)
tree5645bb9c3d418f355c9cff363e37b98cfeba3a35
parent7553003c9dbcdbc5a32a242f3e291eddeefa340b (diff)
downloadaur-a665ebdf80d1ad635bf7e9e5d94e2cda7b263342.tar.gz
Update to 3.3.8 (2)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7380423858ca..a3b26ec596c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 3.3.8_linux1
+ pkgver = 3.3.8_linux2
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.8-linux1/GitHubDesktop-linux-amd64-3.3.8-linux1.deb
- sha256sums_x86_64 = 7fa5acf61590f8f91a35d237646304bce52f3d3daa0f161dca452cf3793527aa
- source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux1/GitHubDesktop-linux-arm64-3.3.8-linux1.deb
- sha256sums_aarch64 = 984f4037215cace42dc4af33b29f683b0603e4fc583bb1b3f164971f508e55ba
- source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux1/GitHubDesktop-linux-armhf-3.3.8-linux1.deb
- sha256sums_armv7h = 8485b52c1b1c2f1770649292c6e08fa1fc9aea48f09b91876ba481155fdbf795
+ source_x86_64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux2/GitHubDesktop-linux-amd64-3.3.8-linux2.deb
+ sha256sums_x86_64 = 317b4421512c7791803c6bb13077052c9fccd34f653d19d7ea1fa48f9525486f
+ source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux2/GitHubDesktop-linux-arm64-3.3.8-linux2.deb
+ sha256sums_aarch64 = 179f751dedb67eec9f8ec9717674bc37939ba44237f6b71f9339b090a72fe7f3
+ source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.8-linux2/GitHubDesktop-linux-armhf-3.3.8-linux2.deb
+ sha256sums_armv7h = a645b6b20077585ee93d2ad6b8adc7e7b7be0db66409fa13054c7c1049431efe
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 73f15422e2fb..968cc83e0816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=3.3.8_linux1
+pkgver=3.3.8_linux2
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=('7fa5acf61590f8f91a35d237646304bce52f3d3daa0f161dca452cf3793527aa')
-sha256sums_aarch64=('984f4037215cace42dc4af33b29f683b0603e4fc583bb1b3f164971f508e55ba')
-sha256sums_armv7h=('8485b52c1b1c2f1770649292c6e08fa1fc9aea48f09b91876ba481155fdbf795')
+sha256sums_x86_64=('317b4421512c7791803c6bb13077052c9fccd34f653d19d7ea1fa48f9525486f')
+sha256sums_aarch64=('179f751dedb67eec9f8ec9717674bc37939ba44237f6b71f9339b090a72fe7f3')
+sha256sums_armv7h=('a645b6b20077585ee93d2ad6b8adc7e7b7be0db66409fa13054c7c1049431efe')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/opt/${_pkgname}"