summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2020-02-17 23:30:15 -0800
committerIan Mackay2020-02-17 23:30:15 -0800
commit340978f9a6a97e84ff162caf0a2087ecb650c350 (patch)
tree89731e88c27a1aa2f2648c53aaefe0a8c0f3dd2e
parent5a80d829ca5dbc430c96dcdc00b0d14efbb157d6 (diff)
downloadaur-340978f9a6a97e84ff162caf0a2087ecb650c350.tar.gz
2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4649a3d878f..b21c057a0e21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 2.1.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = github-desktop-bin
optdepends = hub: CLI interface for GitHub.
provides = github-desktop
conflicts = github-desktop
- source = https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
+ source = https://github.com/shiftkey/desktop/releases/download/release-2.3.1-linux1/GitHubDesktop-linux-2.3.1-linux1.deb
source = github-desktop.desktop
- sha256sums = 8dd4cf7ea4df04a245c1b9b49102dc6f060084de52f2fdc44bbf0280ffe40077
+ sha256sums = 7ba6e0306240555dcd402136a81e8d37a133a66a72c6d5c453172504403f0a9e
sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 88a27cbe6082..83d87c8af979 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=2.1.0
+pkgver=2.3.1
_pkgver="${pkgver}-linux1"
gitname="release-${_pkgver}"
pkgrel=1
@@ -19,7 +19,7 @@ source=(
${_pkgname}.desktop
)
sha256sums=(
- 8dd4cf7ea4df04a245c1b9b49102dc6f060084de52f2fdc44bbf0280ffe40077
+ 7ba6e0306240555dcd402136a81e8d37a133a66a72c6d5c453172504403f0a9e
2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
)
package() {