diff options
author | Frederic Bezies | 2019-05-15 08:47:23 +0200 |
---|---|---|
committer | Frederic Bezies | 2019-05-15 08:47:23 +0200 |
commit | 1b2f810d2a1209fc83087e0735187444684fcca6 (patch) | |
tree | fa3a13e6f7722a93f189ce1e96c2b48acb44afcd | |
parent | fb303ef6c83dcd7a012738e024c5bf61db53f3ae (diff) | |
download | aur-1b2f810d2a1209fc83087e0735187444684fcca6.tar.gz |
0.42.1 update
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = extraterm-bin pkgdesc = The swiss army chainsaw of terminal emulators. - pkgver = 0.42.0 + pkgver = 0.42.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.42.0/extraterm-0.42.0-linux-x64.zip - sha256sums = 30f1c0987ffebba89bc7d4ad2a03959cd7e8981971f2d8a796085a91d6befe35 + source = https://github.com/sedwards2009/extraterm/releases/download/v0.42.1/extraterm-0.42.1-linux-x64.zip + sha256sums = 8f03bca962b1dbbc2a7ed9a15cdb04629e763ebf037d10b2ea8d35018d5974d6 pkgname = extraterm-bin @@ -1,7 +1,7 @@ # Maintainer: solaraquarion <shlomochoina@gmial.com> pkgname=extraterm-bin _pkgname=extraterm -pkgver=0.42.0 +pkgver=0.42.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/extraterm-$pkgver-linux-x64.zip") -sha256sums=('30f1c0987ffebba89bc7d4ad2a03959cd7e8981971f2d8a796085a91d6befe35') +sha256sums=('8f03bca962b1dbbc2a7ed9a15cdb04629e763ebf037d10b2ea8d35018d5974d6') package() { cd $srcdir |