diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-23 12:02:07 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-24 16:53:32 +0000 |
commit | a8a1b91446db94e5eafa5ebe8b532fa0025c26c4 (patch) | |
tree | 24cc8c44e3816094e67ede8d793d56cd67e2d1ab | |
parent | a66ce474e93646193718b12963ce371e76e6aaa4 (diff) | |
download | aports-a8a1b91446db94e5eafa5ebe8b532fa0025c26c4.tar.gz aports-a8a1b91446db94e5eafa5ebe8b532fa0025c26c4.tar.bz2 aports-a8a1b91446db94e5eafa5ebe8b532fa0025c26c4.tar.xz |
main/*: rebuild against icu-67.1
-rw-r--r-- | main/boost/APKBUILD | 2 | ||||
-rw-r--r-- | main/harfbuzz/APKBUILD | 2 | ||||
-rw-r--r-- | main/libical/APKBUILD | 2 | ||||
-rw-r--r-- | main/mozjs60/APKBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index f77a16a7243..a0698bec355 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 0e075947f19..384adac05f5 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 84cbe013980..007877d3bd5 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 c8703e37840..4d23fb3efef 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" |