summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-12-09 20:24:13 +0100
committerFrederic Bezies2018-12-09 20:24:13 +0100
commitb2af3b1dd629aea315a6d6b9bd269445f4eb0e0e (patch)
tree2dac1ad7d87af7079362a6b742a82eb6d8cae5aa
parentf1fd296ee789a7e5e1205e9854d85dba89fe94a2 (diff)
downloadaur-b2af3b1dd629aea315a6d6b9bd269445f4eb0e0e.tar.gz
0.38.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a24656adeefd..91cb5b698d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.37.4
+ pkgver = 0.38.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.37.4/extraterm-0.37.4-linux-x64.zip
- sha256sums = 654442a1c4ddcda0bda5551febc06ebd491cacb266412560007185cf3a296cf7
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.38.0/extraterm-0.38.0-linux-x64.zip
+ sha256sums = e4abec459a4f8776b30ad23892e056039d2da98398d864f36caeda9ef936e8d9
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index 5d0efb399ff4..5495673ef908 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.4
+pkgver=0.38.0
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=('654442a1c4ddcda0bda5551febc06ebd491cacb266412560007185cf3a296cf7')
+sha256sums=('e4abec459a4f8776b30ad23892e056039d2da98398d864f36caeda9ef936e8d9')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"