diff options
-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 f77a16a724..a0698bec35 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 0e075947f1..384adac05f 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 84cbe01398..007877d3bd 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 c8703e3784..4d23fb3efe 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" |