summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-11-19 13:19:55 -0800
committerclintval2018-11-19 13:19:55 -0800
commit5f0c80ee9758d5e4a75a974fdc0a111bddd84740 (patch)
tree830814a235a97b83ffc744134062836ddb09a42b /PKGBUILD
parent99e2d3dec7602f1c3162ebde5b80608f4dadec4f (diff)
downloadaur-5f0c80ee9758d5e4a75a974fdc0a111bddd84740.tar.gz
catt to v0.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a07c25e83437..6d2d66276946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname='catt'
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='Send videos from many, many online sources to your Chromecast'
arch=('any')
@@ -17,7 +17,7 @@ depends=(
'youtube-dl')
makedepends=('python' 'python-setuptools')
source=("${pkgname}"-"${pkgver}".tar.gz::https://github.com/skorokithakis/"${pkgname}"/archive/v"${pkgver}".tar.gz)
-sha256sums=('108c290adf4bfe6143fb01c3a1014e6dea885268e15fa97688e9656abfd09716')
+sha256sums=('e153abbc21dcc6039e41b189f4a20314a30c144382200711b3738d064b212e94')
build(){
cd "${srcdir}"/"${pkgname}"-"${pkgver}"