summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-01-02 13:14:37 +0100
committerFrederic Bezies2019-01-02 13:14:37 +0100
commit34b1bf339361eef03d7e43b6e5332d492f45136c (patch)
tree907ee800a0cd99e25b496099a4743d211aa62436
parentf16270ac443529ea920e7960cc1b7d77b66a0777 (diff)
downloadaur-34b1bf339361eef03d7e43b6e5332d492f45136c.tar.gz
0.40.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c2f5d6ef53e..57369cde1e12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.39.0
+ pkgver = 0.40.0
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.39.0/extraterm-0.39.0-linux-x64.zip
- sha256sums = 1d5edd770b7f8138755babb20efda28563c207d93ada178e7b4026049dc8fc47
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.40.0/extraterm-0.40.0-linux-x64.zip
+ sha256sums = 96829aee84452a5af479f6d3e04b46d31ae6d648e7ff1b1b798a8e2a3c047cb6
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63a94206c222..c6892f11c827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.39.0
+pkgver=0.40.0
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=('1d5edd770b7f8138755babb20efda28563c207d93ada178e7b4026049dc8fc47')
+sha256sums=('96829aee84452a5af479f6d3e04b46d31ae6d648e7ff1b1b798a8e2a3c047cb6')
package() {
cd $srcdir