summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2020-05-24 15:56:22 -0400
committerChris Severance2020-05-24 15:56:22 -0400
commitf5eaf37fd796c8ff6a368297a48e215019d152b8 (patch)
tree0f995fa57fe7c4f77428a905de3bc63c67562837
parent90b5878576c06e70d9ec478d4989e6663c0eeea6 (diff)
downloadaur-f5eaf37fd796c8ff6a368297a48e215019d152b8.tar.gz
autu: Update to 4.4.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 469d3cf90947..6d28d052cb88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jun 28 23:16:54 UTC 2018
pkgbase = git-it
pkgdesc = Desktop app that teaches you how to use Git and GitHub on the command line.
- pkgver = 4.3.3.0
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/jlord/git-it-electron
arch = x86_64
@@ -15,15 +13,15 @@ pkgbase = git-it
depends = nss
depends = gconf
provides = git-it
- noextract = Git-it-Linux-x64-4.3.0.zip
+ noextract = Git-it-Linux-x64-4.4.0.zip
options = !strip
- source = Git-it-Linux-x64-4.3.0.zip::https://github.com/jlord/git-it-electron/releases/download/4.3.0/Git-it-Linux-x64.zip
+ source = Git-it-Linux-x64-4.4.0.zip::https://github.com/jlord/git-it-electron/releases/download/4.4.0/Git-it-Linux-x64.zip
source = git-it.desktop
source = git-it.png
- md5sums = 2162a1c74af9baa4aa714780ae548504
+ md5sums = fb378d059f62249de5336366b9cb5980
md5sums = cc6162296991cdb4463081962c0018f1
md5sums = 3fc4074dd6efa11246481d57dae86cf1
- sha256sums = 6a7308459fe0f6f7fc135e0cb76d6c6f2006851074d7ec7732e5760fa3e74d7c
+ sha256sums = 02b238984729632aadf5640454e9b0061a0b7301e7d0a704b1ba01708b225e80
sha256sums = 2ad08e42d2774e746c2730bcc90f089e2e97ad7c79875a52c3d341ad75affdfc
sha256sums = 55ff797c3449f24f5e53186f3e08aacd98b832b7191b8893c2d7b26b52e2a375
diff --git a/PKGBUILD b/PKGBUILD
index e81bc239925b..81ef3e8886ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgbase='git-it'
pkgname='git-it'
-pkgver='4.3.3.0'; _pkgver='4.3.0'
+pkgver='4.4.0'
pkgrel='1'
pkgdesc='Desktop app that teaches you how to use Git and GitHub on the command line.'
arch=('x86_64')
@@ -13,20 +13,20 @@ license=('BSD')
depends=('gnuplot' 'libxtst' 'libxss' 'alsa-lib' 'nodejs' 'nss' 'gconf')
provides=('git-it')
options=('!strip')
-_file="Git-it-Linux-x64-${_pkgver}.zip"
+_file="Git-it-Linux-x64-${pkgver}.zip"
source=(
- "${_file}::https://github.com/jlord/git-it-electron/releases/download/${_pkgver}/Git-it-Linux-x64.zip"
+ "${_file}::https://github.com/jlord/git-it-electron/releases/download/${pkgver}/Git-it-Linux-x64.zip"
"${pkgname}.desktop"
"${pkgname}.png"
)
noextract=("${_file}")
-md5sums=('2162a1c74af9baa4aa714780ae548504'
+md5sums=('fb378d059f62249de5336366b9cb5980'
'cc6162296991cdb4463081962c0018f1'
'3fc4074dd6efa11246481d57dae86cf1')
-sha256sums=('6a7308459fe0f6f7fc135e0cb76d6c6f2006851074d7ec7732e5760fa3e74d7c'
+sha256sums=('02b238984729632aadf5640454e9b0061a0b7301e7d0a704b1ba01708b225e80'
'2ad08e42d2774e746c2730bcc90f089e2e97ad7c79875a52c3d341ad75affdfc'
'55ff797c3449f24f5e53186f3e08aacd98b832b7191b8893c2d7b26b52e2a375')
-#PKGEXT='.tar.gz'
+PKGEXT='.tar.gz'
package() {
set -u