[waffle] [PATCH] pkg arch/mac: Update release tarball urls
Emil Velikov
emil.l.velikov at gmail.com
Fri May 9 18:39:36 PDT 2014
On 09/05/14 18:58, Jordan Justen wrote:
> Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
> ---
>
> Note: I did not test these changes.
>
The arch change looks and work like a charm.
Feel free to slap
Reviewed-by/Tested-by: Emil Velikov <emil.l.velikov at gmail.com>
Just added your tree to git remotes and noticed an interesting commit
2b1b6dca79adf0bf1e5b3df19197b346bd0b5ddf.
It mentions a few concerns - installing both multilib + 64bit, keeping them in
sync and missing lib32- prefix for the former.
Can cook up a patch if anyone is still interested :)
-Emil
> It seems that the new urls work with both http and https.
>
> Do we prefer either?
>
> pkg/archlinux/waffle-1.3.0/PKGBUILD | 2 +-
> pkg/macports/Portfile | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pkg/archlinux/waffle-1.3.0/PKGBUILD b/pkg/archlinux/waffle-1.3.0/PKGBUILD
> index 3cff007..569b466 100644
> --- a/pkg/archlinux/waffle-1.3.0/PKGBUILD
> +++ b/pkg/archlinux/waffle-1.3.0/PKGBUILD
> @@ -24,7 +24,7 @@ makedepends=(
> 'libxslt'
> 'docbook-xsl'
> )
> -source=("http://people.freedesktop.org/~chadversary/waffle/files/release/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
> +source=("https://github.com/waffle-gl/waffle/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
> sha256sums=('340ee04172dba878249469018cd7ec9d1ecd41af26b612c741b8b52e713bca8e')
>
> build() {
> diff --git a/pkg/macports/Portfile b/pkg/macports/Portfile
> index a35af0a..e24ad33 100644
> --- a/pkg/macports/Portfile
> +++ b/pkg/macports/Portfile
> @@ -24,7 +24,7 @@ variant doc description {Install manpages and HTML documentation} {
> }
>
> use_xz yes
> -master_sites http://people.freedesktop.org/~chadversary/waffle/files/release/${name}-${version}
> +master_sites https://github.com/waffle-gl/waffle/releases/download/${name}-${version}
> checksums sha256 340ee04172dba878249469018cd7ec9d1ecd41af26b612c741b8b52e713bca8e
>
> livecheck.type regex
>
More information about the waffle
mailing list