summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-12-06 10:35:51 -0500
committerSolomon Choina2019-12-06 10:35:51 -0500
commit070f5659deda99c1121f64b59f94130466a71002 (patch)
tree907b1459c0a5df43ef8e9a1cb89ecbde665750a5
parent0ae8d28a9f5fe0641642354a7ddfcb24e2d27358 (diff)
downloadaur-070f5659deda99c1121f64b59f94130466a71002.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 b8a88d082adb..de6475f7b16d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.44.1
+ pkgver = 0.48.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.44.1/extraterm-0.44.1-linux-x64.zip
- sha256sums = e00e78df44f36af89701bce9a2ba9caf96a23a822e937b6d2a48d694bef50531
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.48.0/extraterm-0.48.0-linux-x64.zip
+ sha256sums = 49761db350bb52b9c9aac36873114372bdaba091b58175fcd48943bcfdb2341c
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index db29872527a8..42f2f76b3e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm-bin
_pkgname=extraterm
-pkgver=0.44.1
+pkgver=0.48.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/extraterm-$pkgver-linux-x64.zip")
-sha256sums=('e00e78df44f36af89701bce9a2ba9caf96a23a822e937b6d2a48d694bef50531')
+sha256sums=('49761db350bb52b9c9aac36873114372bdaba091b58175fcd48943bcfdb2341c')
package() {
cd $srcdir