diff options
Diffstat (limited to 'system/yaml')
-rw-r--r-- | system/yaml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/yaml/APKBUILD b/system/yaml/APKBUILD index 4dfac01b3..f6e0dfd63 100644 --- a/system/yaml/APKBUILD +++ b/system/yaml/APKBUILD @@ -10,7 +10,7 @@ license="MIT" depends="" makedepends="" subpackages="$pkgname-dev" -source="http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz +source="https://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz fix-emitter-$pkgver.patch skip-trailing-doc-term-$pkgver.patch" |