summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-12-19 20:23:33 +0100
committerFrederic Bezies2018-12-19 20:23:33 +0100
commita16507ef4aff76438df1e4530c1ba87cc5d0b423 (patch)
tree85b0e2025bba47fa5b80243b530bc7714c7810f9
parent5c8cc8340b26036c29a3230c32d4f00fba2ac890 (diff)
downloadaur-a16507ef4aff76438df1e4530c1ba87cc5d0b423.tar.gz
extraterm 0.38.1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d2ae043bed..b2d6160adb93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.37.1
+ pkgver = 0.38.1
pkgrel = 1
url = https://github.com/sedwards2009/extraterm
arch = x86_64
license = MIT
depends = nodejs
conflicts = extraterm
- source = https://github.com/sedwards2009/extraterm/releases/download/v0.37.1/extraterm-0.37.1-linux-x64.zip
- sha256sums = 77b2f2bb79ce07cb13a94a396c778919b57320061c454e2a9086b7c7bbbe1444
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.38.1/extraterm-0.38.1-linux-x64.zip
+ sha256sums = 92cf5bd2dd63a8f5bb2400bafd07a23154339d9adea0322b43d99252ccc42b1d
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 770c38301074..cb5acef48b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.37.1
+pkgver=0.38.1
pkgrel=1
conflicts=("extraterm")
pkgdesc="The swiss army chainsaw of terminal emulators."
@@ -10,7 +10,7 @@ url="https://github.com/sedwards2009/extraterm"
license=("MIT")
depends=("nodejs")
source=("$url/releases/download/v$pkgver/extraterm-$pkgver-linux-x64.zip")
-sha256sums=('77b2f2bb79ce07cb13a94a396c778919b57320061c454e2a9086b7c7bbbe1444')
+sha256sums=('92cf5bd2dd63a8f5bb2400bafd07a23154339d9adea0322b43d99252ccc42b1d')
package() {
cd $srcdir