summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-06-10 11:03:27 -0400
committerSolomon Choina2018-06-10 11:03:27 -0400
commit33bce1e2898e01be05ddc56bc1446599e943fb2a (patch)
tree6cb897cb9ceee58bf8c0779c02efe9adac7e5702
parentee95bcb6b29e98489a2e762aee31545d47c249d1 (diff)
downloadaur-33bce1e2898e01be05ddc56bc1446599e943fb2a.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 a9102bc0927c..df8d314e3e23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.35.1
+ pkgver = 0.35.2
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.1/extraterm-0.35.1-linux-x64.zip
- sha256sums = b8aad4e45f11b266f48b3a680865432d32c0b19f8b748feeb3bdaf5c5092ffa7
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.35.2/extraterm-0.35.2-linux-x64.zip
+ sha256sums = a169fbaa80f2c83246c5020fa612bf1999067299ea9030ce80792f79da067dce
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d0e7de20a10..2468849fa4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.35.1
+pkgver=0.35.2
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=('b8aad4e45f11b266f48b3a680865432d32c0b19f8b748feeb3bdaf5c5092ffa7')
+sha256sums=('a169fbaa80f2c83246c5020fa612bf1999067299ea9030ce80792f79da067dce')
package() {
cd $srcdir