summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Csiky (csicar)2020-01-29 01:09:07 +0100
committerCarsten Csiky (csicar)2020-01-29 01:09:07 +0100
commitfe3f2ba7230422a5d025b995bf63896e8e7f077e (patch)
tree2ad345c8a03c9e677c8d0db4ee40b8c062d040e7
parent3ba725bac524ac64eeb68730ed7f35cb8e473457 (diff)
downloadaur-fe3f2ba7230422a5d025b995bf63896e8e7f077e.tar.gz
update to 0.0.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb5d2c822b8..5b17ac1d6007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = fx_cast
pkgdesc = Implementation of the Chrome Sender API (Chromecast) within Firefox
- pkgver = 0.0.4
+ pkgver = 0.0.5
pkgrel = 1
url = https://hensm.github.io/fx_cast/
arch = x86_64
+ groups =
license = MIT
depends = nodejs
options = !strip
options = !emptydirs
- source = https://github.com/hensm/fx_cast/releases/download/v0.0.4/fx_cast_bridge-0.0.4-x64.deb
- sha512sums = 88442f7ccfc530c3807825c63a61aeaac3a923c2bdccbdf5324dc499f630dba544857a782ee9b3c43194707b660401aec5df1ea36be8b4d8bb1e9faf94aba805
+ source = https://github.com/hensm/fx_cast/releases/download/v0.0.5/fx_cast_bridge-0.0.5-x64.deb
+ sha512sums = 1fbdaaea9a49f8e6282e965e5a61f88b4b1a5039251c97e39e62f81e792f9c82392e6a717f6ea52feb1771c2f373687cf95988fb4e4635e2ebd9b11a53644c7d
pkgname = fx_cast
diff --git a/PKGBUILD b/PKGBUILD
index e84f5adde29e..6f119351210d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: csicar
# Contributor: csicar
pkgname=fx_cast
-pkgver=0.0.4
+pkgver=0.0.5
pkgrel=1
pkgdesc="Implementation of the Chrome Sender API (Chromecast) within Firefox"
arch=('x86_64')
@@ -11,8 +11,8 @@ license=('MIT')
groups=('')
depends=('nodejs')
options=('!strip' '!emptydirs')
-source=("https://github.com/hensm/fx_cast/releases/download/v0.0.4/fx_cast_bridge-0.0.4-x64.deb")
-sha512sums=('88442f7ccfc530c3807825c63a61aeaac3a923c2bdccbdf5324dc499f630dba544857a782ee9b3c43194707b660401aec5df1ea36be8b4d8bb1e9faf94aba805')
+source=("https://github.com/hensm/fx_cast/releases/download/v0.0.5/fx_cast_bridge-0.0.5-x64.deb")
+sha512sums=('1fbdaaea9a49f8e6282e965e5a61f88b4b1a5039251c97e39e62f81e792f9c82392e6a717f6ea52feb1771c2f373687cf95988fb4e4635e2ebd9b11a53644c7d')
package(){