summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2024-03-18 21:24:58 -0400
committerPadraic Fanning2024-03-18 21:24:58 -0400
commit99d487461b6b08a80fcee1520fa9e08dbc80064e (patch)
tree993abe1e089bb79663a69798e8be4460739c3386
parenta665ebdf80d1ad635bf7e9e5d94e2cda7b263342 (diff)
downloadaur-99d487461b6b08a80fcee1520fa9e08dbc80064e.tar.gz
Update to 3.3.9 (1)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b26ec596c7..dc07331847a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 3.3.8_linux2
+ pkgver = 3.3.9_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.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
+ source_x86_64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.9-linux1/GitHubDesktop-linux-amd64-3.3.9-linux1.deb
+ sha256sums_x86_64 = a7b1b2060191a9820347451eb0c991ea35aea5f87c6a09bfb4a395196a33e9fa
+ source_aarch64 = https://github.com/shiftkey/desktop/releases/download/release-3.3.9-linux1/GitHubDesktop-linux-arm64-3.3.9-linux1.deb
+ sha256sums_aarch64 = fe46ed7450c04109917b3fc5ce9f04b37d968f0c7c7457ec2fc595b127898c51
+ source_armv7h = https://github.com/shiftkey/desktop/releases/download/release-3.3.9-linux1/GitHubDesktop-linux-armhf-3.3.9-linux1.deb
+ sha256sums_armv7h = 16c7ca1f42a72f2a1e10fdd73b74610f61a832577a0ad40f2f6ee664dcc09cb5
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 968cc83e0816..ece8caa5aff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=3.3.8_linux2
+pkgver=3.3.9_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=('317b4421512c7791803c6bb13077052c9fccd34f653d19d7ea1fa48f9525486f')
-sha256sums_aarch64=('179f751dedb67eec9f8ec9717674bc37939ba44237f6b71f9339b090a72fe7f3')
-sha256sums_armv7h=('a645b6b20077585ee93d2ad6b8adc7e7b7be0db66409fa13054c7c1049431efe')
+sha256sums_x86_64=('a7b1b2060191a9820347451eb0c991ea35aea5f87c6a09bfb4a395196a33e9fa')
+sha256sums_aarch64=('fe46ed7450c04109917b3fc5ce9f04b37d968f0c7c7457ec2fc595b127898c51')
+sha256sums_armv7h=('16c7ca1f42a72f2a1e10fdd73b74610f61a832577a0ad40f2f6ee664dcc09cb5')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/opt/${_pkgname}"