upg curl dialog
This commit is contained in:
parent
688dbcddbe
commit
4d95e25db7
3 changed files with 12 additions and 6 deletions
|
@ -11,7 +11,7 @@ pkgname=(curl libcurl-compat libcurl-gnutls)
|
|||
#_tag_name='8_6_0'
|
||||
#pkgver="${_tag_name//_/.}"
|
||||
pkgver=8.7.1
|
||||
pkgrel=04
|
||||
pkgrel=05
|
||||
pkgdesc='command line tool and library for transferring data with URLs - w/o ipv6 & zstd'
|
||||
url='https://curl.se'
|
||||
#options=(debug) # uncomment this to produce debug package
|
||||
|
@ -28,6 +28,9 @@ source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed"
|
|||
_backports=(
|
||||
# content_encoding: brotli and others, pass through 0-length writes
|
||||
'b30d694a027eb771c02a3db0dee0ca03ccab7377'
|
||||
|
||||
# http: with chunked POST forced, disable length check on read callback
|
||||
'721941aadf4adf4f6aeb3f4c0ab489bb89610c36'
|
||||
)
|
||||
|
||||
_reverts=(
|
||||
|
@ -203,7 +206,7 @@ sha512sums=('38b55dc916a64a1fd40a8af3e9a694ae918f8efb714430834491ebbe0ceeee4b58b
|
|||
sha256sums=(SKIP
|
||||
e05b46b3cea5ca4dfa39fdaa5d8f85095e5fc3dda9fc460cfdc002c5d7670357) # 0001-bump-version-to-match-last-tag.patch
|
||||
|
||||
## cd265c27113081eaa2d113a172e9f3e8ac1b928e7fae9cd79f078a2c84173552 curl-8.7.1-04-x86_64.pkg.tar.lz
|
||||
## 4c5a11c7ef4b03f29a092684151537d1782fc6d5b22929f18bd9eb5a3853bfcb libcurl-compat-8.7.1-04-x86_64.pkg.tar.lz
|
||||
## 1c3125ba91f3bdcb3a0752770f8d78281f1eb3957683375d1591058d3045bf82 libcurl-gnutls-8.7.1-04-x86_64.pkg.tar.lz
|
||||
## 707d1b2cd1d84f46439e0d720e6f39d6e121cd4bed31112e6e12a10c933a650c curl-8.7.1-05-x86_64.pkg.tar.lz
|
||||
## 097fab29fb30a437615f9d0a528a7a1b46848122733ca87a1a8a524b0963a70a libcurl-compat-8.7.1-05-x86_64.pkg.tar.lz
|
||||
## 18165f9126a620505adbd4579a693b68673d89ea651a3529a74891d1012404c8 libcurl-gnutls-8.7.1-05-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
pkgbase=curl
|
||||
pkgname=(curl libcurl-compat libcurl-gnutls)
|
||||
pkgver=8.7.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='command line tool and library for transferring data with URLs'
|
||||
arch=('x86_64')
|
||||
url='https://curl.se/'
|
||||
|
@ -33,6 +33,9 @@ sha512sums=('38b55dc916a64a1fd40a8af3e9a694ae918f8efb714430834491ebbe0ceeee4b58b
|
|||
_backports=(
|
||||
# content_encoding: brotli and others, pass through 0-length writes
|
||||
'b30d694a027eb771c02a3db0dee0ca03ccab7377'
|
||||
|
||||
# http: with chunked POST forced, disable length check on read callback
|
||||
'721941aadf4adf4f6aeb3f4c0ab489bb89610c36'
|
||||
)
|
||||
|
||||
_reverts=(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=dialog
|
||||
pkgver=1.3_20240307
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="A tool to display dialog boxes from shell scripts"
|
||||
arch=('x86_64')
|
||||
|
|
Loading…
Reference in a new issue