summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Csiky (csicar)2019-08-20 11:15:05 +0200
committerCarsten Csiky (csicar)2019-08-20 11:15:05 +0200
commit3ba725bac524ac64eeb68730ed7f35cb8e473457 (patch)
tree0352c45247b9f20246290b589ee34b35ab839cf4
parent41bd956fea94e843bab3a9eab52b23a40f4b2f85 (diff)
downloadaur-3ba725bac524ac64eeb68730ed7f35cb8e473457.tar.gz
update to 0.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f986bf739162..4cb5d2c822b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fx_cast
pkgdesc = Implementation of the Chrome Sender API (Chromecast) within Firefox
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://hensm.github.io/fx_cast/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = fx_cast
depends = nodejs
options = !strip
options = !emptydirs
- source = https://github.com/hensm/fx_cast/releases/download/v0.0.3/fx_cast_bridge-0.0.3-x64.deb
- sha512sums = 1fc28d99bd47863406105f89214fd457e6e55a83f748d26d1af3ec859782189c1e22a91bba155d8a382016c8b4f56d93381113b43ba60c37d2ed067cb097e964
+ source = https://github.com/hensm/fx_cast/releases/download/v0.0.4/fx_cast_bridge-0.0.4-x64.deb
+ sha512sums = 88442f7ccfc530c3807825c63a61aeaac3a923c2bdccbdf5324dc499f630dba544857a782ee9b3c43194707b660401aec5df1ea36be8b4d8bb1e9faf94aba805
pkgname = fx_cast
diff --git a/PKGBUILD b/PKGBUILD
index ec02dc5f6c21..e84f5adde29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: csicar
# Contributor: csicar
pkgname=fx_cast
-pkgver=0.0.3
+pkgver=0.0.4
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.3/fx_cast_bridge-0.0.3-x64.deb")
-sha512sums=('1fc28d99bd47863406105f89214fd457e6e55a83f748d26d1af3ec859782189c1e22a91bba155d8a382016c8b4f56d93381113b43ba60c37d2ed067cb097e964')
+source=("https://github.com/hensm/fx_cast/releases/download/v0.0.4/fx_cast_bridge-0.0.4-x64.deb")
+sha512sums=('88442f7ccfc530c3807825c63a61aeaac3a923c2bdccbdf5324dc499f630dba544857a782ee9b3c43194707b660401aec5df1ea36be8b4d8bb1e9faf94aba805')
package(){