summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2024-02-04 22:50:21 -0500
committerPadraic Fanning2024-02-04 22:50:21 -0500
commit7553003c9dbcdbc5a32a242f3e291eddeefa340b (patch)
tree0815e04a0b9f1b4a36c5c72110341693a55f86d0
parent789df9bd3ca0330f6015cb0ae3d5f6e78a3bd5c6 (diff)
downloadaur-7553003c9dbcdbc5a32a242f3e291eddeefa340b.tar.gz
Update to 3.3.8 (1)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c120516ff06c..7380423858ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 3.3.7_linux1
+ pkgver = 3.3.8_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.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
+ 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
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index a64bb12147f5..73f15422e2fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=3.3.7_linux1
+pkgver=3.3.8_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=('f65477cd877cb6b473ddc8e5b748a1b96b067df6ef1c0a75f60d1c95d26d4a2f')
-sha256sums_aarch64=('6c39a72b2fb84070de763273ea267ff9364e91558b64ef719f9e7fe032683bc7')
-sha256sums_armv7h=('e1ae7493b1f191fb7b8dc1802fd6fa8b409949e5f5bfa0bad08dbe9bb121f850')
+sha256sums_x86_64=('7fa5acf61590f8f91a35d237646304bce52f3d3daa0f161dca452cf3793527aa')
+sha256sums_aarch64=('984f4037215cace42dc4af33b29f683b0603e4fc583bb1b3f164971f508e55ba')
+sha256sums_armv7h=('8485b52c1b1c2f1770649292c6e08fa1fc9aea48f09b91876ba481155fdbf795')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/opt/${_pkgname}"