summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbt2015-08-17 14:12:06 +0300
committerfbt2015-08-17 14:12:06 +0300
commit499e1dc207c9f076e126a49717542a36e3770e82 (patch)
tree6c1df7cc810c02ed62bdb159fa98e6bb195e8776
parentf48fc3d98dca75b0d4b9a4d731c3d876c99bde83 (diff)
downloadaur-499e1dc207c9f076e126a49717542a36e3770e82.tar.gz
0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56b05639cdd6..07a9176deebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freshplayerplugin
pkgdesc = PPAPI-host NPAPI-plugin adapter.
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/i-rinat/freshplayerplugin
install = freshplayerplugin.install
@@ -24,9 +24,9 @@ pkgbase = freshplayerplugin
optdepends = google-chrome-beta: for the necessary Pepper plugin
optdepends = google-chrome-dev: for the necessary Pepper plugin
conflicts = freshplayerplugin-git
- source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.1.tar.gz
+ source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.2.tar.gz
source = freshplayerplugin.install
- sha1sums = 9d80eeefb45bede2b6ba97e06bcad1e9e5193a04
+ sha1sums = eb8062e5f2d9e99792cd374182b4f9c26fe84ed5
sha1sums = 331a3b3877249eaf1c3db917bde1dea6c4d374ab
pkgname = freshplayerplugin
diff --git a/PKGBUILD b/PKGBUILD
index 5edd21d0775d..fe4cc10b3bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Behem0th <grantipak@gmail.com>
pkgname=freshplayerplugin
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
arch=( 'i686' 'x86_64' )
@@ -44,5 +44,5 @@ package() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha1sums=('9d80eeefb45bede2b6ba97e06bcad1e9e5193a04'
+sha1sums=('eb8062e5f2d9e99792cd374182b4f9c26fe84ed5'
'331a3b3877249eaf1c3db917bde1dea6c4d374ab')