summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2023-07-29 21:02:48 -0400
committerPadraic Fanning2023-07-29 21:02:48 -0400
commit797ebb478054622dc485085eb537688f235ce7d8 (patch)
tree5407dd2011af500b137c55f2474e09a1f76d28b6
parentd4344bf4761f063343bb30e5c6614caa087955bb (diff)
downloadaur-797ebb478054622dc485085eb537688f235ce7d8.tar.gz
Update to 3.2.7 (2)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a22643dda5e5..a850fd1b2cd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 3.2.7_linux1
+ pkgver = 3.2.7_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.2.7-linux1/GitHubDesktop-linux-amd64-3.2.7-linux1.deb
- sha256sums_x86_64 = cc946cf2b37a4a19c0c3d79078d6b27d913e70b1666d602c09ae4f9f69d7a153
- source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.2.7-linux1/GitHubDesktop-linux-arm64-3.2.7-linux1.deb
- sha256sums_aarch64 = 65acdd542301cf58a1594c399e88b696be793de351bd00b861f05b6f976e50ae
- source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.2.7-linux1/GitHubDesktop-linux-armhf-3.2.7-linux1.deb
- sha256sums_armv7h = 492b68eef56232483e7b142cf2bafd799ec8239772e0f38f4563bd30911122f1
+ source_x86_64 = https://github.com/shiftkey/desktop/releases/download/release-3.2.7-linux2/GitHubDesktop-linux-amd64-3.2.7-linux2.deb
+ sha256sums_x86_64 = 0730ee6f8a5c904c01490ed3e09e49bdd18c22a94a3ce56cd4a5c07403047b61
+ source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.2.7-linux2/GitHubDesktop-linux-arm64-3.2.7-linux2.deb
+ sha256sums_aarch64 = 14cecf6e94c12f3a76dbb00626a7fcf6f29fe218d55bccbba5e199a7258ceeb0
+ source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.2.7-linux2/GitHubDesktop-linux-armhf-3.2.7-linux2.deb
+ sha256sums_armv7h = a37a9fc2f3edc386fce545be173c49e02ddf5ef1b27b77fae35961d8bed9cb6e
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3132aa700881..d995d5850bb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=3.2.7_linux1
+pkgver=3.2.7_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=('cc946cf2b37a4a19c0c3d79078d6b27d913e70b1666d602c09ae4f9f69d7a153')
-sha256sums_aarch64=('65acdd542301cf58a1594c399e88b696be793de351bd00b861f05b6f976e50ae')
-sha256sums_armv7h=('492b68eef56232483e7b142cf2bafd799ec8239772e0f38f4563bd30911122f1')
+sha256sums_x86_64=('0730ee6f8a5c904c01490ed3e09e49bdd18c22a94a3ce56cd4a5c07403047b61')
+sha256sums_aarch64=('14cecf6e94c12f3a76dbb00626a7fcf6f29fe218d55bccbba5e199a7258ceeb0')
+sha256sums_armv7h=('a37a9fc2f3edc386fce545be173c49e02ddf5ef1b27b77fae35961d8bed9cb6e')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/opt/${_pkgname}"