summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-11-06 15:10:35 -0500
committerSolomon Choina2020-11-06 15:10:35 -0500
commit7886ff5a2d546a9449680c2cb5f53aa02cfb0044 (patch)
treef47a32daee85a99ddbbca1e14ddc494d25e85646
parent482f56f416385b7d6282ff0e242b4321ce62a8d8 (diff)
downloadaur-7886ff5a2d546a9449680c2cb5f53aa02cfb0044.tar.gz
updpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0c816e4aa4a..f135332707b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.52.0
+ pkgver = 0.55.0
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.52.0/extraterm_0.52.0_amd64.deb
- sha256sums = 11998e3fa770529e33f2a18311bb271cfdff4b339c54cc27b0bee7e70ef578e3
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.55.0/extraterm_0.55.0_amd64.deb
+ sha256sums = 5ee0c1a9b9b03e4789997fd7a8945af65098d7a54070198ec572bf24945b8d42
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee3378744101..b18c344ccabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.52.0
+pkgver=0.55.0
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/"$_pkgname"_"$pkgver"_amd64.deb")
-sha256sums=('11998e3fa770529e33f2a18311bb271cfdff4b339c54cc27b0bee7e70ef578e3')
+sha256sums=('5ee0c1a9b9b03e4789997fd7a8945af65098d7a54070198ec572bf24945b8d42')
package() {
cd $srcdir