kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / espup
Commits:
c75dcd64 by kpcyrd at 2023-11-10T11:24:47+01:00
upgpkg: 0.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = espup
pkgdesc = Tool for installing and maintaining ESP Rust ecosystem
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/esp-rs/espup
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = espup
depends = python-pip
depends = udev
options = !lto
- source =
https://github.com/esp-rs/espup/archive/v0.8.0/espup-0.8.0.tar.gz
- sha256sums =
eabe00af217b0cba400ec766f2a047f199c935b2dbe7b5c987f332deeb7140de
- b2sums =
7c3154886486d463e7057d9ad5857d08e03345578e227b8aa49d3b8431b5cd0f6bf47dfd89c5264083cb39f70979d68e342996a49607e5162b4672a7094bbcbe
+ source =
https://github.com/esp-rs/espup/archive/v0.9.0/espup-0.9.0.tar.gz
+ sha256sums =
69a45c563718db38e3c300d309faeb118a52156c6ca9016bfa3fb84559510fe2
+ b2sums =
9d4079ee8f10a49acc56458672514e447dfc5de648dacea26d00e9460ad6b1563119e20349a87eddd01907298abdada43995b68553e5f5023d49bbe1474823ab
pkgname = espup
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=espup
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="Tool for installing and maintaining ESP Rust ecosystem"
url='https://github.com/esp-rs/espup'
@@ -11,8 +11,8 @@ depends=('curl' 'git' 'ldproxy' 'libbz2.so' 'liblzma.so'
'pkg-config' 'python' '
makedepends=('cargo')
options=(!lto)
source=(https://github.com/esp-rs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('eabe00af217b0cba400ec766f2a047f199c935b2dbe7b5c987f332deeb7140de')
-b2sums=('7c3154886486d463e7057d9ad5857d08e03345578e227b8aa49d3b8431b5cd0f6bf47dfd89c5264083cb39f70979d68e342996a49607e5162b4672a7094bbcbe')
+sha256sums=('69a45c563718db38e3c300d309faeb118a52156c6ca9016bfa3fb84559510fe2')
+b2sums=('9d4079ee8f10a49acc56458672514e447dfc5de648dacea26d00e9460ad6b1563119e20349a87eddd01907298abdada43995b68553e5f5023d49bbe1474823ab')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/espup/-/commit/c75dcd640b1fdbbcc7a58542aebf909a1b161ebc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/espup/-/commit/c75dcd640b1fdbbcc7a58542aebf909a1b161ebc
You're receiving this email because of your account on gitlab.archlinux.org.