summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2024-03-31 22:22:54 -0400
committerPadraic Fanning2024-03-31 22:22:54 -0400
commitd64605db655eadd8c7bbe429fa55d9ff6769650b (patch)
tree186741712148ead987eeed8d60feffc44775d6b7
parent3093dde9688619921b1a675787a543ffeb56d536 (diff)
downloadaur-d64605db655eadd8c7bbe429fa55d9ff6769650b.tar.gz
Update to 3.3.12 (2)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa2a6f5b104f..1dc2caf9cde9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 3.3.12_linux1
+ pkgver = 3.3.12_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.12-linux1/GitHubDesktop-linux-amd64-3.3.12-linux1.deb
- sha256sums_x86_64 = 8b8a365f8a96c4c27d4f83a50a3e5f7d951c65eb097619e76d9d446529e6cef4
- source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.12-linux1/GitHubDesktop-linux-arm64-3.3.12-linux1.deb
- sha256sums_aarch64 = e7903a8853010553b7f83263b4093a8520779fde6913be43d250bae6eae31535
- source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.12-linux1/GitHubDesktop-linux-armhf-3.3.12-linux1.deb
- sha256sums_armv7h = 4679bffee79470c94c864b8d817c5a952023018240cca0820fb8ab9516c579d3
+ source_x86_64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.12-linux2/GitHubDesktop-linux-amd64-3.3.12-linux2.deb
+ sha256sums_x86_64 = 89f94a0fb34fb99be1c6f88d5bcc66b4239881d473d6b5e21b8db27160a35e26
+ source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.12-linux2/GitHubDesktop-linux-arm64-3.3.12-linux2.deb
+ sha256sums_aarch64 = 0bd782bee7ff4f05d08988d9f3cc528b26aa8bcf9ca699ab2e24984f24029268
+ source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.12-linux2/GitHubDesktop-linux-armhf-3.3.12-linux2.deb
+ sha256sums_armv7h = be9fca971be82e03bec2fb26049d280372ec3b787801e43301efb732462031b4
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 296d184afcb6..3c0ed9e5e3b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=3.3.12_linux1
+pkgver=3.3.12_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=('8b8a365f8a96c4c27d4f83a50a3e5f7d951c65eb097619e76d9d446529e6cef4')
-sha256sums_aarch64=('e7903a8853010553b7f83263b4093a8520779fde6913be43d250bae6eae31535')
-sha256sums_armv7h=('4679bffee79470c94c864b8d817c5a952023018240cca0820fb8ab9516c579d3')
+sha256sums_x86_64=('89f94a0fb34fb99be1c6f88d5bcc66b4239881d473d6b5e21b8db27160a35e26')
+sha256sums_aarch64=('0bd782bee7ff4f05d08988d9f3cc528b26aa8bcf9ca699ab2e24984f24029268')
+sha256sums_armv7h=('be9fca971be82e03bec2fb26049d280372ec3b787801e43301efb732462031b4')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/opt/${_pkgname}"