Search Criteria
Package Details: devtunnel-cli-bin 1.0.1401+3d725ee539-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/devtunnel-cli-bin.git (read-only, click to copy) |
---|---|
Package Base: | devtunnel-cli-bin |
Description: | Microsoft Dev Tunnels CLI client |
Upstream URL: | https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/ |
Licenses: | unknown |
Conflicts: | devtunnel |
Provides: | devtunnel |
Submitter: | midkiff87 |
Maintainer: | tacosalpastor |
Last Packager: | tacosalpastor |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-02-29 22:52 (UTC) |
Last Updated: | 2025-04-02 21:09 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libsecret
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Latest Comments
lingster commented on 2025-07-19 08:57 (UTC)
The package appears to be out-dated due to updated version of devtunnels. Here's some steps to update incase you want to use and install this, by updating the checksums:
devtunnel-cli-bin
Arch Linux package for Microsoft Dev Tunnels CLI client.
Installation
Updating Checksums
If you encounter a checksum validation error like:
This means the remote binary has been updated but the PKGBUILD has outdated checksums. To fix:
Generate the new checksum for the downloaded binary:
bash sha256sum devtunnel_x86_64
Update the
sha256sums_x86_64
value in PKGBUILD with the new checksum.For ARM64 systems, also update
sha256sums_aarch64
if needed:bash sha256sum devtunnel_arm64
Run makepkg again:
bash makepkg -si
Notes
pkgver
settinglibsecret
dependency for proper functionality%midkiff87 commented on 2024-10-24 22:04 (UTC)
I've just disowned it, if you want to go ahead and adopt it. As far as I can tell, there's no easy way to tell when upstream gets updated, other than to just periodically check the signatures
You may want to write a script to automate that process.
tacosalpastor commented on 2024-10-23 16:59 (UTC)
This package needs updating as the signatures no longer match with the latest binary.