summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-02-09 23:24:52 -0500
committerSolomon Choina2020-02-09 23:24:52 -0500
commit75fed47f660c4afcab780d3b4e40f4f6162d37b7 (patch)
treee9b70e1902048f9c466813065186758c3131e807
parent070f5659deda99c1121f64b59f94130466a71002 (diff)
downloadaur-75fed47f660c4afcab780d3b4e40f4f6162d37b7.tar.gz
updpkgpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de6475f7b16d..15fe009b42dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.48.0
+ pkgver = 0.49.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.48.0/extraterm-0.48.0-linux-x64.zip
- sha256sums = 49761db350bb52b9c9aac36873114372bdaba091b58175fcd48943bcfdb2341c
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.49.1/extraterm-0.49.1-linux-x64.zip
+ sha256sums = e3e631977aee051ac6d3284565d14e2fbcb8318f3357b98a6fb3dd519699806b
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 42f2f76b3e2d..a2cbf8be175b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.48.0
+pkgver=0.49.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=('49761db350bb52b9c9aac36873114372bdaba091b58175fcd48943bcfdb2341c')
+sha256sums=('e3e631977aee051ac6d3284565d14e2fbcb8318f3357b98a6fb3dd519699806b')
package() {
cd $srcdir