summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-11-20 15:40:53 +0100
committerFrederic Bezies2018-11-20 15:40:53 +0100
commitf1fd296ee789a7e5e1205e9854d85dba89fe94a2 (patch)
tree288d6974f9ad7fa50115e42f6422295806a5d4a5
parent141930a9896e150f4da351acf4c1ca551a9e50d2 (diff)
downloadaur-f1fd296ee789a7e5e1205e9854d85dba89fe94a2.tar.gz
0.37.4 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0977a7be37a..a24656adeefd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.37.3
+ pkgver = 0.37.4
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.3/extraterm-0.37.3-linux-x64.zip
- sha256sums = 17ba4a67c528b533f55125467ad846527c894a7db90be23838350b56bc2850d2
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.37.4/extraterm-0.37.4-linux-x64.zip
+ sha256sums = 654442a1c4ddcda0bda5551febc06ebd491cacb266412560007185cf3a296cf7
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index 27e54866d632..5d0efb399ff4 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.3
+pkgver=0.37.4
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=('17ba4a67c528b533f55125467ad846527c894a7db90be23838350b56bc2850d2')
+sha256sums=('654442a1c4ddcda0bda5551febc06ebd491cacb266412560007185cf3a296cf7')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"