diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-26 18:42:00 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-26 18:42:00 -0600 |
commit | 14505287b845d0c4ba9ce184cc693cdff864772d (patch) | |
tree | 4515c5350224ca350804772cddac906152318dc6 /user/astyle/APKBUILD | |
parent | 4d97b24d3374685bba4df24dd6ceaee5d698671d (diff) | |
download | packages-14505287b845d0c4ba9ce184cc693cdff864772d.tar.gz packages-14505287b845d0c4ba9ce184cc693cdff864772d.tar.bz2 packages-14505287b845d0c4ba9ce184cc693cdff864772d.tar.xz packages-14505287b845d0c4ba9ce184cc693cdff864772d.zip |
user/astyle: Update URL for HTTPS
Diffstat (limited to 'user/astyle/APKBUILD')
-rw-r--r-- | user/astyle/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/astyle/APKBUILD b/user/astyle/APKBUILD index ace28efdb..bd4fc923c 100644 --- a/user/astyle/APKBUILD +++ b/user/astyle/APKBUILD @@ -4,7 +4,7 @@ pkgname=astyle pkgver=3.1 pkgrel=0 pkgdesc="Automatic code formatting library" -url="http://astyle.sourceforge.net/" +url="https://astyle.sourceforge.net/" arch="all" options="!check" # No test suite. license="MIT" |