summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-09-12 07:26:51 -0400
committerSolomon Choina2018-09-12 07:26:51 -0400
commit8d9926e561dd72cc0a01edc76c1b69896b46805d (patch)
tree7b84af8c5133e413240b46e8af617bd5c2524d81
parent33bce1e2898e01be05ddc56bc1446599e943fb2a (diff)
downloadaur-8d9926e561dd72cc0a01edc76c1b69896b46805d.tar.gz
update pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8d314e3e23..6b8344d929d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.35.2
+ pkgver = 0.36.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.35.2/extraterm-0.35.2-linux-x64.zip
- sha256sums = a169fbaa80f2c83246c5020fa612bf1999067299ea9030ce80792f79da067dce
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.36.1/extraterm-0.36.1-linux-x64.zip
+ sha256sums = 04750a5e487c70bd1e8c34a5a697b8b4a98816a955d181961af64806d0cbe73f
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2468849fa4dc..1638cfeec5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.35.2
+pkgver=0.36.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=('a169fbaa80f2c83246c5020fa612bf1999067299ea9030ce80792f79da067dce')
+sha256sums=('04750a5e487c70bd1e8c34a5a697b8b4a98816a955d181961af64806d0cbe73f')
package() {
cd $srcdir