summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2017-08-27 00:17:01 -0400
committerSolomon Choina2017-08-27 00:17:01 -0400
commit0be553ad23e2c8496c3b17ea935fd020a8cd23fd (patch)
tree338b9327353c49c9d69d8aa7657ad7731bfc0e3f
parent376c4e2394f86a2b3db8ab48c9e96bd046968704 (diff)
downloadaur-0be553ad23e2c8496c3b17ea935fd020a8cd23fd.tar.gz
update package
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c895b331904a..e77d5b1da4c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sun Jul 23 16:24:36 UTC 2017
+# Sun Aug 27 04:16:39 UTC 2017
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators .
- pkgver = 0.26.0
+ pkgver = 0.27.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.26.0/extraterm-0.26.0-linux-ia32.zip
- sha256sums_i686 = 460b4c1647527048a9247867a5705e0958720dc341484f40f1d976852906fc01
- source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.26.0/extraterm-0.26.0-linux-x64.zip
- sha256sums_x86_64 = ffcf423a59c5813bb987a1df897fe69d55342ed2085bdeebd8f6e494186aa97c
+ source_i686 = https://github.com/sedwards2009/extraterm/releases/download/v0.27.0/extraterm-0.27.0-linux-ia32.zip
+ sha256sums_i686 = 3b71bc410dc1a70e5872d0bb82d4e16264603bb21f3cf9aa7bfa80ec74cc2365
+ source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.27.0/extraterm-0.27.0-linux-x64.zip
+ sha256sums_x86_64 = 4154b95b2a8100e4aa4de49ff4abb3d589531a4ed63cf788866f2c900a093e22
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index 773545c94c0f..4cb38a1a01fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: danyf90 <daniele.formichelli@gmail.com>
+ # Maintainer: danyf90 <daniele.formichelli@gmail.com>
# Contributor: mac <poczciwiec at gmail dot com>
pkgname=extraterm
-pkgver=0.26.0
+pkgver=0.27.0
pkgrel=1
pkgdesc="The swiss army chainsaw of terminal emulators . "
arch=("i686" "x86_64")
@@ -11,8 +11,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=('460b4c1647527048a9247867a5705e0958720dc341484f40f1d976852906fc01')
-sha256sums_x86_64=('ffcf423a59c5813bb987a1df897fe69d55342ed2085bdeebd8f6e494186aa97c')
+sha256sums_i686=('3b71bc410dc1a70e5872d0bb82d4e16264603bb21f3cf9aa7bfa80ec74cc2365')
+sha256sums_x86_64=('4154b95b2a8100e4aa4de49ff4abb3d589531a4ed63cf788866f2c900a093e22')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"