summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-05-04 07:10:41 +0200
committerFrederic Bezies2019-05-04 07:10:41 +0200
commitfb303ef6c83dcd7a012738e024c5bf61db53f3ae (patch)
tree47454a11d04334acb21be92587548bf01ff549f5
parent2fd487389e2f91771c04479784f8d1c80a5856fd (diff)
downloadaur-fb303ef6c83dcd7a012738e024c5bf61db53f3ae.tar.gz
0.42.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9297ae68955f..d512ca98e326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.41.4
+ pkgver = 0.42.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.41.4/extraterm-0.41.4-linux-x64.zip
- sha256sums = 0f959e2094a388e2486e13c9585792f060b7212e62cdc805662a6e1d98e3bb3d
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.42.0/extraterm-0.42.0-linux-x64.zip
+ sha256sums = 30f1c0987ffebba89bc7d4ad2a03959cd7e8981971f2d8a796085a91d6befe35
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee9c831050df..954a985819df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.41.4
+pkgver=0.42.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=('0f959e2094a388e2486e13c9585792f060b7212e62cdc805662a6e1d98e3bb3d')
+sha256sums=('30f1c0987ffebba89bc7d4ad2a03959cd7e8981971f2d8a796085a91d6befe35')
package() {
cd $srcdir