summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2024-02-04 22:45:24 -0500
committerPadraic Fanning2024-02-04 22:45:24 -0500
commit789df9bd3ca0330f6015cb0ae3d5f6e78a3bd5c6 (patch)
treeece09252bc16b1f64f23a4ec57cc34623c2cddd1
parentec284a2851d968b4076ce1861a1eb479775ac91a (diff)
downloadaur-789df9bd3ca0330f6015cb0ae3d5f6e78a3bd5c6.tar.gz
Update to 3.3.7 (1)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e8f0b36f60..c120516ff06c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 3.3.6_linux3
+ pkgver = 3.3.7_linux1
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-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
+ source_x86_64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.7-linux1/GitHubDesktop-linux-amd64-3.3.7-linux1.deb
+ sha256sums_x86_64 = f65477cd877cb6b473ddc8e5b748a1b96b067df6ef1c0a75f60d1c95d26d4a2f
+ source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.7-linux1/GitHubDesktop-linux-arm64-3.3.7-linux1.deb
+ sha256sums_aarch64 = 6c39a72b2fb84070de763273ea267ff9364e91558b64ef719f9e7fe032683bc7
+ source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.7-linux1/GitHubDesktop-linux-armhf-3.3.7-linux1.deb
+ sha256sums_armv7h = e1ae7493b1f191fb7b8dc1802fd6fa8b409949e5f5bfa0bad08dbe9bb121f850
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26934584176b..a64bb12147f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=3.3.6_linux3
+pkgver=3.3.7_linux1
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=('f74d0985f1cdefc0ae017a6d3d7d93a13bd3f44fa0fb1457aa6966df827d97a9')
-sha256sums_aarch64=('2c1faf2dbfff1c69cadf1b4ace7bae20fb64b492298698e2bfa56482e6f8a584')
-sha256sums_armv7h=('10d0220438d04983d8dd01a12d9c44c8616244fb3a31f0152f85a8809c3fea73')
+sha256sums_x86_64=('f65477cd877cb6b473ddc8e5b748a1b96b067df6ef1c0a75f60d1c95d26d4a2f')
+sha256sums_aarch64=('6c39a72b2fb84070de763273ea267ff9364e91558b64ef719f9e7fe032683bc7')
+sha256sums_armv7h=('e1ae7493b1f191fb7b8dc1802fd6fa8b409949e5f5bfa0bad08dbe9bb121f850')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/opt/${_pkgname}"