Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions curl-mbedtls/VITABUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pkgname=curl-mbedtls
pkgver=8.18.0
pkgver=8.19.0
pkgrel=1
url="https://curl.se/"
source=("https://github.com/curl/curl/releases/download/curl-8_18_0/curl-8.18.0.tar.gz")
sha256sums=('e9274a5f8ab5271c0e0e6762d2fce194d5f98acc568e4ce816845b2dcc0cf88f')
source=("https://github.com/curl/curl/releases/download/curl-8_19_0/curl-8.19.0.tar.xz")
sha256sums=('4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df')
depends=('mbedtls' 'zlib' 'zstd')

build() {
Expand Down
6 changes: 3 additions & 3 deletions freetype/VITABUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pkgname=freetype
pkgver=2.14.1
pkgrel=2
pkgver=2.14.2
pkgrel=1
url="https://freetype.org/"
source=("https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.xz")
sha256sums=('32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc')
sha256sums=('4b62dcab4c920a1a860369933221814362e699e26f55792516d671e6ff55b5e1')
depends=('bzip2 libpng zlib')

build() {
Expand Down
4 changes: 2 additions & 2 deletions harfbuzz/VITABUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pkgname=harfbuzz
pkgver=12.3.2
pkgver=13.1.1
pkgrel=1
url="https://harfbuzz.github.io/"
license=('MIT')
source=("https://github.com/harfbuzz/harfbuzz/releases/download/${pkgver}/harfbuzz-${pkgver}.tar.xz")
sha256sums=('6f6db164359a2da5a84ef826615b448b33e6306067ad829d85d5b0bf936f1bb8')
sha256sums=('e7f3b8bac3fdcc529985be8e84fbd65c675ac47ee58512b15a5dd620c79ffe2a')
depends=('freetype')

build() {
Expand Down
4 changes: 2 additions & 2 deletions libarchive/VITABUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pkgname=libarchive
pkgver=3.8.5
pkgver=3.8.6
pkgrel=1
url="https://www.libarchive.org/"
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz" "libarchive.patch")
sha256sums=('3877c692621d8fbe9512592cf824c98c4b393525ab96735616ff628086158777' '8d1de755127cee27b91f0cc2b820e6a84d4dec6d6ef413a73d059bdf1fc2105e')
sha256sums=('7d761de5d79e73eb3c573168f8c92400918f842528ffd8105f7033054017686f' '8d1de755127cee27b91f0cc2b820e6a84d4dec6d6ef413a73d059bdf1fc2105e')
depends=('bzip2' 'zlib' 'zstd')

prepare() {
Expand Down
4 changes: 2 additions & 2 deletions libsodium/VITABUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pkgname=libsodium
pkgver=1.0.20
pkgver=1.0.21
pkgrel=1
url="https://doc.libsodium.org/"
source=("https://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz")
sha256sums=('ebb65ef6ca439333c2bb41a0c1990587288da07f6c7fd07cb3a18cc18d30ce19')
sha256sums=('9e4285c7a419e82dedb0be63a72eea357d6943bc3e28e6735bf600dd4883feaf')

prepare() {
cd libsodium-${pkgver}
Expand Down
6 changes: 3 additions & 3 deletions libxml2/VITABUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pkgname=libxml2
pkgver=2.15.1
pkgver=2.15.2
pkgrel=1
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home"
source=("https://download.gnome.org/sources/libxml2/2.15/libxml2-2.15.1.tar.xz" "libxml2-no-pic.patch")
sha256sums=('c008bac08fd5c7b4a87f7b8a71f283fa581d80d80ff8d2efd3b26224c39bc54c' '0039a77f674653074a5ce0cbbecefd850246820cd86754c934308beb488a7507')
source=("https://download.gnome.org/sources/libxml2/2.15/libxml2-2.15.2.tar.xz" "libxml2-no-pic.patch")
sha256sums=('c8b9bc81f8b590c33af8cc6c336dbff2f53409973588a351c95f1c621b13d09d' '0039a77f674653074a5ce0cbbecefd850246820cd86754c934308beb488a7507')
depends=('zlib')

prepare() {
Expand Down