summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2021-04-08 13:20:54 -0400
committersolaraquarion2021-04-08 13:20:54 -0400
commit35ce2aabf8b1128983e322b2d265de0212bdfe03 (patch)
tree77da2a57fa46e6d529374a9d14543c3d5bf25c8e
parentc0a8730eca4a3f84354fbbe464f7a2461411e4c6 (diff)
downloadaur-35ce2aabf8b1128983e322b2d265de0212bdfe03.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 772df4bdc53a..c0a30e85790b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.57.1
+ pkgver = 0.58.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.57.1/extraterm_0.57.1_amd64.deb
- sha256sums = c604b18ccf5f40b5021b1dac953af82e8a88d26ed7f95ad59b85bd4c7396f52c
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.58.0/extraterm_0.58.0_amd64.deb
+ sha256sums = fa91d78cd47f1a6f9dd2996570c5a217d71fa047283f7d17460794b08eb46255
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 68a144de059f..3bca6e022d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.57.1
+pkgver=0.58.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=('c604b18ccf5f40b5021b1dac953af82e8a88d26ed7f95ad59b85bd4c7396f52c')
+sha256sums=('fa91d78cd47f1a6f9dd2996570c5a217d71fa047283f7d17460794b08eb46255')
package() {
cd $srcdir