summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-10-22 10:33:40 +0200
committerFrederic Bezies2018-10-22 10:33:40 +0200
commitf6cd0c22af5ca061614bc2fb1df7ef404f0881d7 (patch)
tree087636f39ed5851f2d2d9dabf0cfeb9245870963
parentb76617a25c66b2332d56a7a00ba5c8a86a391d41 (diff)
downloadaur-f6cd0c22af5ca061614bc2fb1df7ef404f0881d7.tar.gz
0.37.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03f3380b0d12..4ad142b61e51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.35.0
+ pkgver = 0.37.0
pkgrel = 1
url = https://github.com/sedwards2009/extraterm
arch = x86_64
license = MIT
depends = nodejs
- source = https://github.com/sedwards2009/extraterm/releases/download/v0.35.0/extraterm-0.35.0-linux-x64.zip
- sha256sums = aa67e3d9ed4345761cc26cca5a96d8def1e79cb744bc73e680f79d9845172276
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.37.0/extraterm-0.37.0-linux-x64.zip
+ sha256sums = 38cf049e3b2a783cd6cd523cd60281cc2df37b3f8f488364a73ab0cc5192a0f8
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index 12eecb88a65d..89f6b1355f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
- # Maintainer: solaraquarion <shlomochoina@gmial.com>
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Contributor: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm
-pkgver=0.35.0
+pkgver=0.37.0
pkgrel=1
pkgdesc="The swiss army chainsaw of terminal emulators."
arch=("x86_64")
@@ -8,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=('aa67e3d9ed4345761cc26cca5a96d8def1e79cb744bc73e680f79d9845172276')
+sha256sums=('38cf049e3b2a783cd6cd523cd60281cc2df37b3f8f488364a73ab0cc5192a0f8')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"