[waffle] [PATCH] pkg arch/mac: Update release tarball urls
Jordan Justen
jordan.l.justen at intel.com
Fri May 9 10:58:00 PDT 2014
Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
---
Note: I did not test these changes.
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
--
2.0.0.rc2
More information about the waffle
mailing list