Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
espup


Commits:
057470c6 by Sven-Hendrik Haase at 2024-06-25T14:03:25+02:00
upgpkg: 0.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = espup
        pkgdesc = Tool for installing and maintaining ESP Rust ecosystem
-       pkgver = 0.11.0
-       pkgrel = 2
+       pkgver = 0.12.0
+       pkgrel = 1
        url = https://github.com/esp-rs/espup
        arch = x86_64
        license = MIT
@@ -20,8 +20,8 @@ pkgbase = espup
        depends = python-pip
        depends = udev
        options = !lto
-       source = 
https://github.com/esp-rs/espup/archive/v0.11.0/espup-0.11.0.tar.gz
-       sha256sums = 
54103c3e2f9f202ae65b3b5edad5919eb546dbaa927fc1ada7dcea5d4090bc85
-       b2sums = 
a19829f996967bbd5df29c2dba3e57373a1bd3f957bca3e0d1cb2bd4adf89c06c4b214c46505b4cf43cf81501825bc68bf1841e6a3f401ca4b8c806541a133ab
+       source = 
https://github.com/esp-rs/espup/archive/v0.12.0/espup-0.12.0.tar.gz
+       sha256sums = 
2cf88ace2d03c87e63f8d58f52105c79adf12388e14498ecedb40f392158b6b9
+       b2sums = 
30159b16000f956c2669da664b8e7fb5b2f72e78b38c783673d5bd3d31ff83565ea5deb6390255580f42b56b7f4be806aae4240a92118d6af59885d17b4cdf41
 
 pkgname = espup


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=espup
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Tool for installing and maintaining ESP Rust ecosystem"
 url='https://github.com/esp-rs/espup'
 arch=('x86_64')
@@ -24,8 +24,8 @@ depends=(
 makedepends=('cargo')
 options=(!lto)
 
source=(https://github.com/esp-rs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('54103c3e2f9f202ae65b3b5edad5919eb546dbaa927fc1ada7dcea5d4090bc85')
-b2sums=('a19829f996967bbd5df29c2dba3e57373a1bd3f957bca3e0d1cb2bd4adf89c06c4b214c46505b4cf43cf81501825bc68bf1841e6a3f401ca4b8c806541a133ab')
+sha256sums=('2cf88ace2d03c87e63f8d58f52105c79adf12388e14498ecedb40f392158b6b9')
+b2sums=('30159b16000f956c2669da664b8e7fb5b2f72e78b38c783673d5bd3d31ff83565ea5deb6390255580f42b56b7f4be806aae4240a92118d6af59885d17b4cdf41')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/espup/-/commit/057470c67a65474461ed72c12402caecbdcb48c9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/espup/-/commit/057470c67a65474461ed72c12402caecbdcb48c9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to