Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
arduino-cli
Commits:
77e709b5 by Antonio Rojas at 2024-11-24T22:58:10+01:00
upgpkg: 1.1.1-1: Update to 1.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = arduino-cli
pkgdesc = Arduino command line interface
- pkgver = 1.0.3
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/arduino/arduino-cli
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = arduino-cli
makedepends = go
makedepends = git
depends = glibc
- source = git+https://github.com/arduino/arduino-cli.git#tag=v1.0.3
- sha512sums =
cae89ec19f778a7939d9f9958a63eb3e06f476db358ece91dee8fb07a49dd6ee6d673e000bc67b934a8f61c9d9a01701eec70c53a3ccdc1261d211934a92f5ff
+ source = git+https://github.com/arduino/arduino-cli.git#tag=v1.1.1
+ sha512sums =
4625e0d79519271d32311b41c6cc858d541f06a2b03d75655ada322ee076d956c0910e05cd486dee82047a13bacd6dd00fa2df8ae1b44fd2d4dabb2995cd7679
pkgname = arduino-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Filipe LaĆns (FFY00) <[email protected]>
pkgname=arduino-cli
-pkgver=1.0.3
+pkgver=1.1.1
pkgrel=1
arch=('x86_64')
pkgdesc='Arduino command line interface'
@@ -11,7 +11,7 @@ groups=('arduino')
depends=('glibc')
makedepends=('go' 'git')
source=("git+$url.git#tag=v$pkgver")
-sha512sums=('cae89ec19f778a7939d9f9958a63eb3e06f476db358ece91dee8fb07a49dd6ee6d673e000bc67b934a8f61c9d9a01701eec70c53a3ccdc1261d211934a92f5ff')
+sha512sums=('4625e0d79519271d32311b41c6cc858d541f06a2b03d75655ada322ee076d956c0910e05cd486dee82047a13bacd6dd00fa2df8ae1b44fd2d4dabb2995cd7679')
build(){
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arduino-cli/-/commit/77e709b527c963aac0c6711d26ac8bc301a1a0b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arduino-cli/-/commit/77e709b527c963aac0c6711d26ac8bc301a1a0b2
You're receiving this email because of your account on gitlab.archlinux.org.