summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-04-16 15:33:47 +0200
committerFrederic Bezies2019-04-16 15:33:47 +0200
commit2fd487389e2f91771c04479784f8d1c80a5856fd (patch)
tree93e4f8a9c9e9b316dbf8ff4fb93777b292a8638a
parent7aea25fa96801da44f631d14e39676c0c95a826d (diff)
downloadaur-2fd487389e2f91771c04479784f8d1c80a5856fd.tar.gz
0.41.4 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9399399256a9..9297ae68955f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.41.3
+ pkgver = 0.41.4
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.3/extraterm-0.41.3-linux-x64.zip
- sha256sums = 0d45dfcb93054cd04e5028f2b2eae95ce3a692af1569f7745433ca5aea636cac
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.41.4/extraterm-0.41.4-linux-x64.zip
+ sha256sums = 0f959e2094a388e2486e13c9585792f060b7212e62cdc805662a6e1d98e3bb3d
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 781c2b688795..ee9c831050df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.41.3
+pkgver=0.41.4
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=('0d45dfcb93054cd04e5028f2b2eae95ce3a692af1569f7745433ca5aea636cac')
+sha256sums=('0f959e2094a388e2486e13c9585792f060b7212e62cdc805662a6e1d98e3bb3d')
package() {
cd $srcdir