summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-16 11:54:40 -0500
committerSolomon Choina2021-02-16 11:54:40 -0500
commitc0a8730eca4a3f84354fbbe464f7a2461411e4c6 (patch)
treede751a9a6b6feb427503978b4035682d3c11f6b7
parent7886ff5a2d546a9449680c2cb5f53aa02cfb0044 (diff)
downloadaur-c0a8730eca4a3f84354fbbe464f7a2461411e4c6.tar.gz
updpkgver
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f135332707b8..772df4bdc53a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.55.0
+ pkgver = 0.57.1
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.55.0/extraterm_0.55.0_amd64.deb
- sha256sums = 5ee0c1a9b9b03e4789997fd7a8945af65098d7a54070198ec572bf24945b8d42
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.57.1/extraterm_0.57.1_amd64.deb
+ sha256sums = c604b18ccf5f40b5021b1dac953af82e8a88d26ed7f95ad59b85bd4c7396f52c
pkgname = extraterm-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index b18c344ccabc..68a144de059f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.55.0
+pkgver=0.57.1
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=('5ee0c1a9b9b03e4789997fd7a8945af65098d7a54070198ec572bf24945b8d42')
+sha256sums=('c604b18ccf5f40b5021b1dac953af82e8a88d26ed7f95ad59b85bd4c7396f52c')
package() {
cd $srcdir