diff options
author | Maxime Poulin | 2016-11-20 14:41:59 -0500 |
---|---|---|
committer | Maxime Poulin | 2016-11-20 14:41:59 -0500 |
commit | 7f023d899b4ad8e1652d67dbce673ff0d364ebca (patch) | |
tree | 13000e1d8efdf76a0c2c0e9e3b97bdfd48dd1f65 | |
parent | 91630506b19a0cabbe6179d0f3884edae6a66492 (diff) | |
download | aur-7f023d899b4ad8e1652d67dbce673ff0d364ebca.tar.gz |
Update to 2.1.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# lun oct 3 04:05:42 UTC 2016 +# dim nov 20 19:41:53 UTC 2016 pkgbase = thelounge pkgdesc = Web-based IRC client - Official community fork of Shout - pkgver = 2.0.1 + pkgver = 2.1.0 pkgrel = 1 url = https://thelounge.github.io/ install = install @@ -10,12 +10,12 @@ pkgbase = thelounge license = MIT makedepends = npm depends = nodejs - noextract = thelounge-2.0.1.tgz + noextract = thelounge-2.1.0.tgz backup = etc/thelounge/config.js - source = http://registry.npmjs.org/thelounge/-/thelounge-2.0.1.tgz + source = http://registry.npmjs.org/thelounge/-/thelounge-2.1.0.tgz source = system.service source = user.service - sha256sums = 8eedf5df4c513ec36e82aaa2bbe467d27d0a420a04de14bf7c0814b2af06d847 + sha256sums = 19f243fc32dc4762caf933b29feeab6edea332764304dbc2f4a22bcc460a5e2b sha256sums = SKIP sha256sums = SKIP @@ -1,7 +1,7 @@ # Maintainer: Maxime Poulin <maxpoulin64@gmail.com> pkgname='thelounge' _npmname='thelounge' -pkgver=2.0.1 +pkgver=2.1.0 pkgrel=1 pkgdesc="Web-based IRC client - Official community fork of Shout" url='https://thelounge.github.io/' @@ -18,7 +18,7 @@ source=( ) noextract=("$_npmname-$pkgver.tgz") sha256sums=( - '8eedf5df4c513ec36e82aaa2bbe467d27d0a420a04de14bf7c0814b2af06d847' + '19f243fc32dc4762caf933b29feeab6edea332764304dbc2f4a22bcc460a5e2b' 'SKIP' 'SKIP' ) |