diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-24 11:34:10 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-24 11:34:10 +0100 |
commit | 9812fc063943252b9ec0ae3e36082d248af5cc34 (patch) | |
tree | f61db1b0d799155ebd719ff9da53f060fd3d0cec /community | |
parent | 3350d3b97d4e6f38547ca803cddef5735053b4da (diff) | |
download | aports-9812fc063943252b9ec0ae3e36082d248af5cc34.tar.bz2 aports-9812fc063943252b9ec0ae3e36082d248af5cc34.tar.xz |
community/npapi-sdk: update URLs
Upstream moved from Bitbucket to GitHub.
Diffstat (limited to 'community')
-rw-r--r-- | community/npapi-sdk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/npapi-sdk/APKBUILD b/community/npapi-sdk/APKBUILD index b481b81b7e..3708d191a9 100644 --- a/community/npapi-sdk/APKBUILD +++ b/community/npapi-sdk/APKBUILD @@ -3,10 +3,10 @@ pkgname=npapi-sdk pkgver=0.27.2 pkgrel=0 pkgdesc="Netscape Plugin API (NPAPI)" -url="https://bitbucket.org/mgorny/npapi-sdk" +url="https://github.com/mgorny/npapi-sdk" arch="all" license="MPL" -source="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$pkgver.tar.bz2" +source="https://github.com/mgorny/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" build() { |