summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-11-14 21:47:12 +0100
committerFrederic Bezies2018-11-14 21:47:12 +0100
commit141930a9896e150f4da351acf4c1ca551a9e50d2 (patch)
tree92e61308e5cd7683ca8ce5217da83421ca89ede4
parentf6cd0c22af5ca061614bc2fb1df7ef404f0881d7 (diff)
downloadaur-141930a9896e150f4da351acf4c1ca551a9e50d2.tar.gz
0.37.3 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ad142b61e51..e0977a7be37a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.37.0
+ pkgver = 0.37.3
pkgrel = 1
url = https://github.com/sedwards2009/extraterm
arch = x86_64
license = MIT
depends = nodejs
- source = https://github.com/sedwards2009/extraterm/releases/download/v0.37.0/extraterm-0.37.0-linux-x64.zip
- sha256sums = 38cf049e3b2a783cd6cd523cd60281cc2df37b3f8f488364a73ab0cc5192a0f8
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.37.3/extraterm-0.37.3-linux-x64.zip
+ sha256sums = 17ba4a67c528b533f55125467ad846527c894a7db90be23838350b56bc2850d2
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index 89f6b1355f85..27e54866d632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm
-pkgver=0.37.0
+pkgver=0.37.3
pkgrel=1
pkgdesc="The swiss army chainsaw of terminal emulators."
arch=("x86_64")
@@ -9,7 +9,7 @@ url="https://github.com/sedwards2009/extraterm"
license=("MIT")
depends=("nodejs")
source=("$url/releases/download/v$pkgver/extraterm-$pkgver-linux-x64.zip")
-sha256sums=('38cf049e3b2a783cd6cd523cd60281cc2df37b3f8f488364a73ab0cc5192a0f8')
+sha256sums=('17ba4a67c528b533f55125467ad846527c894a7db90be23838350b56bc2850d2')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"