From a8a1b91446db94e5eafa5ebe8b532fa0025c26c4 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Thu, 23 Apr 2020 12:02:07 -0300 Subject: [PATCH] main/*: rebuild against icu-67.1 --- main/boost/APKBUILD | 2 +- main/harfbuzz/APKBUILD | 2 +- main/libical/APKBUILD | 2 +- main/mozjs60/APKBUILD | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index f77a16a7243d..a0698bec3554 100644 --- a/main/boost/APKBUILD +++ b/main/boost/APKBUILD @@ -2,7 +2,7 @@ pkgname=boost pkgver=1.72.0 _pkgver="${pkgver//./_}" -pkgrel=5 +pkgrel=6 pkgdesc="Free peer-reviewed portable C++ source libraries" url="https://www.boost.org/" arch="all" diff --git a/main/harfbuzz/APKBUILD b/main/harfbuzz/APKBUILD index 0e075947f193..384adac05f52 100644 --- a/main/harfbuzz/APKBUILD +++ b/main/harfbuzz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=harfbuzz pkgver=2.6.5 -pkgrel=0 +pkgrel=1 pkgdesc="Text shaping library" url="https://freedesktop.org/wiki/Software/HarfBuzz" arch="all" diff --git a/main/libical/APKBUILD b/main/libical/APKBUILD index 84cbe0139801..007877d3bd5d 100644 --- a/main/libical/APKBUILD +++ b/main/libical/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libical pkgver=3.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="Reference implementation of the iCalendar format" url="https://libical.github.io/libical/" arch="all" diff --git a/main/mozjs60/APKBUILD b/main/mozjs60/APKBUILD index c8703e378407..4d23fb3efef4 100644 --- a/main/mozjs60/APKBUILD +++ b/main/mozjs60/APKBUILD @@ -3,7 +3,7 @@ pkgname=mozjs60 pkgver=60.9.0 _majver=${pkgver%%.*} -pkgrel=6 +pkgrel=7 pkgdesc="standalone mozilla javascript engine" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/60" arch="all" -- GitLab