summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashon Wells2022-06-23 22:28:49 -0500
committerDashon Wells2022-06-23 22:28:49 -0500
commit8062b4a91de07c46c4bca0406603b1e78bcc12db (patch)
tree8e6dbcb8af7f9d4a673bf79d3d06286fb1a919f2
parent037edefc20e67aec6afc2e6e6e4ca291dcfdfc08 (diff)
downloadaur-8062b4a91de07c46c4bca0406603b1e78bcc12db.tar.gz
Update to version 0.12.8
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5e56a617016..3de5436c0ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname='catt'
-pkgver=0.12.7
-pkgrel=1
+pkgver=0.12.8
+pkgrel=0
pkgdesc='Cast All The Things - Send videos from many, many online sources to your Chromecast.'
arch=('any')
url=https://github.com/skorokithakis/"${pkgname}"
@@ -24,7 +24,7 @@ depends=(
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('43d78f5912f0bae4c6fa83ca160ef19f5823e2e0159575317a059dc87dd877dd')
+sha256sums=('e39eafcc85ab04927d94304718ac86f55bb1d8bd0e56b743ada3885385703aa9')
build(){
cd "${srcdir}"/"${pkgname}"-"${pkgver}"