summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Csiky (csicar)2019-03-21 18:08:42 +0100
committerCarsten Csiky (csicar)2019-03-21 18:08:42 +0100
commit41bd956fea94e843bab3a9eab52b23a40f4b2f85 (patch)
tree1fc8d038f9ecbfc802bb08764946b9ebdb3a4fd4
parent653f028d663dbe0713816bf5b663bffe0ff3d72f (diff)
downloadaur-41bd956fea94e843bab3a9eab52b23a40f4b2f85.tar.gz
updated to 0.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86222b2a4a30..f986bf739162 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.2
+ pkgver = 0.0.3
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.2/fx_cast_bridge-0.0.2-x64.deb
- sha512sums = 16412f6e662cdadf1788e3936d5309f791918462ed4577486fe1671981c49eefb65bb0677dc43581b5e0c062c78c2bcb195efb36265e73306243f5fcb0415f37
+ source = https://github.com/hensm/fx_cast/releases/download/v0.0.3/fx_cast_bridge-0.0.3-x64.deb
+ sha512sums = 1fc28d99bd47863406105f89214fd457e6e55a83f748d26d1af3ec859782189c1e22a91bba155d8a382016c8b4f56d93381113b43ba60c37d2ed067cb097e964
pkgname = fx_cast
diff --git a/PKGBUILD b/PKGBUILD
index 0662fda0f719..ec02dc5f6c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: csicar
# Contributor: csicar
pkgname=fx_cast
-pkgver=0.0.2
+pkgver=0.0.3
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.2/fx_cast_bridge-0.0.2-x64.deb")
-sha512sums=('16412f6e662cdadf1788e3936d5309f791918462ed4577486fe1671981c49eefb65bb0677dc43581b5e0c062c78c2bcb195efb36265e73306243f5fcb0415f37')
+source=("https://github.com/hensm/fx_cast/releases/download/v0.0.3/fx_cast_bridge-0.0.3-x64.deb")
+sha512sums=('1fc28d99bd47863406105f89214fd457e6e55a83f748d26d1af3ec859782189c1e22a91bba155d8a382016c8b4f56d93381113b43ba60c37d2ed067cb097e964')
package(){