惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
人人都是产品经理
人人都是产品经理
美团技术团队
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
博客园 - 【当耐特】
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
量子位
罗磊的独立博客
月光博客
月光博客
N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
博客园_首页
P
Proofpoint News Feed
Jina AI
Jina AI
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
腾讯CDC

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - devtunnel-cli-bin
2026-05-29 · via AUR Newest Packages

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%

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.

This package needs updating as the signatures no longer match with the latest binary.