summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-05-06 13:13:33 -0400
committerSolomon Choina2018-05-06 13:13:33 -0400
commit3b25539185fa21e5a1c344d7451389ef603f4054 (patch)
treeeb5b3b485c57b58786c8e8a8cd439e2ee9bf28b5
parent3988a19d1d02735120447fb353f53ce4b7527ae3 (diff)
downloadaur-3b25539185fa21e5a1c344d7451389ef603f4054.tar.gz
update pkgver
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccba39c47528..63a86a8b2561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.33.1
+ pkgver = 0.34.0
pkgrel = 1
url = https://github.com/sedwards2009/extraterm
arch = i686
arch = x86_64
license = MIT
depends = nodejs
- source_i686 = https://github.com/sedwards2009/extraterm/releases/download/v0.33.1/extraterm-0.33.1-linux-ia32.zip
- sha256sums_i686 = bbb3937d52a90656f4283ebc9e694a7ed2e5a1b6ba6b558779defc1a1efd8b04
- source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.33.1/extraterm-0.33.1-linux-x64.zip
- sha256sums_x86_64 = cc9e34ef60f947d1b3e6d7de1b0c20c84f5388c55b4be099988a447a10d447da
+ source_i686 = https://github.com/sedwards2009/extraterm/releases/download/v0.34.0/extraterm-0.34.0-linux-ia32.zip
+ sha256sums_i686 = 2df9e8ed163b0b66183bcd3e038c11254e42e909c2e9b57102d90ccf90cb068f
+ source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.34.0/extraterm-0.34.0-linux-x64.zip
+ sha256sums_x86_64 = f8b5f17cf1b0c6b623f03bc46b78045f53874ca86fc40f11bb85cf2c51b7cbff
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index 5485592277e8..4d1dd4c755e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm
-pkgver=0.33.1
+pkgver=0.34.0
pkgrel=1
pkgdesc="The swiss army chainsaw of terminal emulators."
arch=("i686" "x86_64")
@@ -9,8 +9,8 @@ license=("MIT")
depends=("nodejs")
source_i686=("$url/releases/download/v$pkgver/extraterm-$pkgver-linux-ia32.zip")
source_x86_64=("$url/releases/download/v$pkgver/extraterm-$pkgver-linux-x64.zip")
-sha256sums_i686=('bbb3937d52a90656f4283ebc9e694a7ed2e5a1b6ba6b558779defc1a1efd8b04')
-sha256sums_x86_64=('cc9e34ef60f947d1b3e6d7de1b0c20c84f5388c55b4be099988a447a10d447da')
+sha256sums_i686=('2df9e8ed163b0b66183bcd3e038c11254e42e909c2e9b57102d90ccf90cb068f')
+sha256sums_x86_64=('f8b5f17cf1b0c6b623f03bc46b78045f53874ca86fc40f11bb85cf2c51b7cbff')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"