summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-04-09 08:38:11 -0400
committerSolomon Choina2018-04-09 08:38:11 -0400
commit4cc637fda476a693146bfb5feced0670240e7aa4 (patch)
treed49e06e0cf492f33514eceeddb42cb954c0a391e
parent5d9d9a7ffa9290a93a228a85913e341609c1b9df (diff)
downloadaur-4cc637fda476a693146bfb5feced0670240e7aa4.tar.gz
updating pkgver
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55d159b1c5bc..d55e5300b093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Mon Mar 26 15:19:29 UTC 2018
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.32.0
+ pkgver = 0.33.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.32.0/extraterm-0.32.0-linux-ia32.zip
- sha256sums_i686 = 39e89115ed40aa6da06be6b986f07b02e054360e52106f6405c96d62fb02636b
- source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.32.0/extraterm-0.32.0-linux-x64.zip
- sha256sums_x86_64 = 5191177b737b1a3b9d51fe0938f5b1df9aed0560387a4175f089843f6a995c81
+ source_i686 = https://github.com/sedwards2009/extraterm/releases/download/v0.33.0/extraterm-0.33.0-linux-ia32.zip
+ sha256sums_i686 = c47f2a42d14e1ac82b24dc836e3d9549e98fc165b866bc5698247502472d4883
+ source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.33.0/extraterm-0.33.0-linux-x64.zip
+ sha256sums_x86_64 = d04161dd14b8195d01ecaaad4b3fc9e9d6bbba0f12c71679bb639b99cf89e717
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index f27ebc256331..b3bdfa26a3de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm
-pkgver=0.32.0
+pkgver=0.33.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=('39e89115ed40aa6da06be6b986f07b02e054360e52106f6405c96d62fb02636b')
-sha256sums_x86_64=('5191177b737b1a3b9d51fe0938f5b1df9aed0560387a4175f089843f6a995c81')
+sha256sums_i686=('c47f2a42d14e1ac82b24dc836e3d9549e98fc165b866bc5698247502472d4883')
+sha256sums_x86_64=('d04161dd14b8195d01ecaaad4b3fc9e9d6bbba0f12c71679bb639b99cf89e717')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"