Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gitkraken-aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 11.9.0
pkgver = 11.10.0
pkgrel = 1
url = https://www.gitkraken.com/
arch = x86_64
Expand All @@ -14,11 +14,11 @@ pkgbase = gitkraken
provides = gitkraken
options = !strip
options = !debug
source = gitkraken-11.9.0.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/11.9.0/gitkraken-amd64.tar.gz
source = gitkraken-11.10.0.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/11.10.0/gitkraken-amd64.tar.gz
source = GitKraken.desktop
source = eula.html
source = gitkraken.sh
sha256sums = 69db5c3abfe865fda6f0c0f74d9fd4be40327eeb275ecdd7842f8352e05a8e9b
sha256sums = ab207e14801836c3b3ba7e755d7fe8fd0743b18e8d12468e0e3680092a1c333f
sha256sums = 078fa2cdf6826d956bf73387fb2ef147b1aca5f4a7a3cb4be8c71e6105fc9c6c
sha256sums = 5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6
sha256sums = c78ef86324946f856cc5c11549990722155a5e883dc94f92a95169c7ab5fb63e
Expand Down
4 changes: 2 additions & 2 deletions gitkraken-aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

pkgname=gitkraken
pkgrel=1
pkgver=11.9.0
pkgver=11.10.0
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
provides=('gitkraken')
Expand All @@ -29,7 +29,7 @@ source=(
"eula.html"
"gitkraken.sh"
)
sha256sums=('69db5c3abfe865fda6f0c0f74d9fd4be40327eeb275ecdd7842f8352e05a8e9b'
sha256sums=('ab207e14801836c3b3ba7e755d7fe8fd0743b18e8d12468e0e3680092a1c333f'
'078fa2cdf6826d956bf73387fb2ef147b1aca5f4a7a3cb4be8c71e6105fc9c6c'
'5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6'
'c78ef86324946f856cc5c11549990722155a5e883dc94f92a95169c7ab5fb63e')
Expand Down