Package Details: devtunnel-cli-bin 1.0.1401+3d725ee539-1

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)

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
makepkg -si
Updating Checksums

If you encounter a checksum validation error like:

==> Validating source_x86_64 files with sha256sums...
    devtunnel_x86_64 ... FAILED
==> ERROR: One or more files did not pass the validity check!

This means the remote binary has been updated but the PKGBUILD has outdated checksums. To fix:

  1. Generate the new checksum for the downloaded binary: bash sha256sum devtunnel_x86_64

  2. Update the sha256sums_x86_64 value in PKGBUILD with the new checksum.

  3. For ARM64 systems, also update sha256sums_aarch64 if needed: bash sha256sum devtunnel_arm64

  4. Run makepkg again: bash makepkg -si

Notes
  • This package downloads the latest version from Microsoft's servers regardless of the pkgver setting
  • The binary cannot be stripped due to bundle corruption issues
  • Requires libsecret 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.