* update ostree to 2024.9-1
This commit is contained in:
parent
34dadd069d
commit
5a1697a889
@ -1,6 +1,6 @@
|
||||
pkgbase = ostree
|
||||
pkgdesc = Operating system and container binary deployment and upgrades
|
||||
pkgver = 2024.8
|
||||
pkgver = 2024.9
|
||||
pkgrel = 1
|
||||
url = https://ostreedev.github.io/ostree/
|
||||
arch = x86_64
|
||||
@ -44,11 +44,11 @@ pkgbase = ostree
|
||||
depends = which
|
||||
depends = zlib
|
||||
provides = libostree-1.so
|
||||
source = git+https://github.com/ostreedev/ostree#tag=v2024.8
|
||||
source = git+https://github.com/ostreedev/ostree#tag=v2024.9
|
||||
source = git+https://github.com/mendsley/bsdiff
|
||||
source = git+https://gitlab.gnome.org/GNOME/libglnx.git
|
||||
source = ostree-2023.1-use_fuse3.patch
|
||||
b2sums = 042dc1b225b9308c21684212cec4eccf7f614348eefbf24c7249bb7eb576407ff268082c3577b5a65e1a3014f9005db476a8b55b0511e13a57b433a2e3e712c3
|
||||
b2sums = 15f21fc2e8e58875236c23964a2f9a802e5973405ee7d77d9777d139c2dc30068c960e86bf66d604e632b84895ca18af0a4737d783454f1b8e8321b136d42012
|
||||
b2sums = SKIP
|
||||
b2sums = SKIP
|
||||
b2sums = cfff162120f70995e18ec56454711501391b97456e2a0f34643c9d2a9c2b50b4d76afc2e2fc50ea28e8a773c618215d6cb855b96663f69dc5cc93bc5766f3f28
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
|
||||
|
||||
pkgname=ostree
|
||||
pkgver=2024.8
|
||||
pkgver=2024.9
|
||||
pkgrel=1
|
||||
pkgdesc="Operating system and container binary deployment and upgrades"
|
||||
url="https://ostreedev.github.io/ostree/"
|
||||
@ -57,7 +57,7 @@ source=(
|
||||
git+https://gitlab.gnome.org/GNOME/libglnx.git
|
||||
$pkgname-2023.1-use_fuse3.patch
|
||||
)
|
||||
b2sums=('042dc1b225b9308c21684212cec4eccf7f614348eefbf24c7249bb7eb576407ff268082c3577b5a65e1a3014f9005db476a8b55b0511e13a57b433a2e3e712c3'
|
||||
b2sums=('15f21fc2e8e58875236c23964a2f9a802e5973405ee7d77d9777d139c2dc30068c960e86bf66d604e632b84895ca18af0a4737d783454f1b8e8321b136d42012'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'cfff162120f70995e18ec56454711501391b97456e2a0f34643c9d2a9c2b50b4d76afc2e2fc50ea28e8a773c618215d6cb855b96663f69dc5cc93bc5766f3f28')
|
||||
@ -70,12 +70,6 @@ pkgver() {
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
# fix crashes with latest curl
|
||||
# see https://github.com/ostreedev/ostree/issues/3299
|
||||
# and https://github.com/ostreedev/ostree/pull/3307
|
||||
# can be removed at next upstream release
|
||||
git cherry-pick -n -m 1 e560092f5421d6601d5a77da8cf830e8dc7647bd
|
||||
|
||||
# use fusemount3 (fuse3)
|
||||
git apply -3 ../$pkgname-2023.1-use_fuse3.patch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user