diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 12:23:35 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 12:29:01 +0000 |
commit | 06fcbd0146a1981c2cdbdbb40eebe11d78e44c75 (patch) | |
tree | 4369c84ada5cd275f292d67dfb624cbc24d671db /testing/spice-html5 | |
parent | aa0f318eb8576674006f979597a858dc334ddca7 (diff) | |
download | aports-06fcbd0146a1981c2cdbdbb40eebe11d78e44c75.tar.bz2 aports-06fcbd0146a1981c2cdbdbb40eebe11d78e44c75.tar.xz |
testing/spice-html5: upgrade to 0.2.1
Diffstat (limited to 'testing/spice-html5')
-rw-r--r-- | testing/spice-html5/APKBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/testing/spice-html5/APKBUILD b/testing/spice-html5/APKBUILD index a76ff26c04..1b8a9fcbbb 100644 --- a/testing/spice-html5/APKBUILD +++ b/testing/spice-html5/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=spice-html5 -pkgver=0.1.6 +pkgver=0.2.1 pkgrel=0 pkgdesc="A html5 client for the spice protocol" url="https:://github.com/SPICE/spice-html5" arch="noarch" license="GPL" -source="$pkgname-$pkgver.tar.gz::https://github.com/SPICE/$pkgname/archive/$pkgname-$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/freedesktop/$pkgname/archive/$pkgname-$pkgver.tar.gz support-busybox-install.patch" builddir="$srcdir/$pkgname-$pkgname-$pkgver" @@ -21,9 +21,5 @@ package() { make DESTDIR="$pkgdir/" install } -md5sums="619ba708dd0512c2c95807a11871e015 spice-html5-0.1.6.tar.gz -9ec802249b1730ee6dc4f92a2eb9a2e2 support-busybox-install.patch" -sha256sums="f3a349d878e851df047a03944f326d118fd490e9543f87cf4ce0c0d5601afcc7 spice-html5-0.1.6.tar.gz -1fa80f719d94cf7e34248d54741d320de200ab315dc1ad77390bb2c3b9674626 support-busybox-install.patch" -sha512sums="bfa2a5047eeb667c460156e599dd6806b265bd9a5ffc25ab8018d750868e58b2f7a21c830fa9c64abe1d2f717356bd188fc05400cc64fd1df2467138181e99b7 spice-html5-0.1.6.tar.gz +sha512sums="c6e17aa465da1a0b882184bb19f2560f43fd3b345fdc00ec71774c7aec37c3453fd87b2448202011e217dda21b602d20dd4d552d49d9a52b64cb91aff092eff7 spice-html5-0.2.1.tar.gz 50ba269441d0e52988e494eb74657e413325fd1fd00f92ab8e7695e7e33d8a39159c0b0aca458d821f150dd02a30e11bb23dde6cf9c335f999625cdd8901bc1b support-busybox-install.patch" |