Search Criteria
Package Details: downgrade 12.0.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/downgrade.git (read-only, click to copy) |
|---|---|
| Package Base: | downgrade |
| Description: | Bash script for downgrading one or more packages to a version in your cache or the A.L.A. |
| Upstream URL: | https://github.com/archlinux-downgrade/downgrade |
| Licenses: | GPL |
| Submitter: | brisbin33 |
| Maintainer: | brisbin33 (atreyasha) |
| Last Packager: | brisbin33 |
| Votes: | 877 |
| Popularity: | 10.12 |
| First Submitted: | 2009-11-12 01:48 (UTC) |
| Last Updated: | 2026-03-04 15:37 (UTC) |
Dependencies (3)
- fzf (fzf-gitAUR)
- pacman-contrib (pacman-contrib-gitAUR)
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, sudo-selinuxAUR, doas-sudo-shimAUR, doas-sudo-shim-gitAUR) (optional) – for installation via sudo
Required by (4)
- arch-os-manager (optional)
- aurpick (optional)
- pacsea-bin (optional)
- pacsea-git (optional)
Latest Comments
1 2 3 4 5 6 .. 14 Next › Last »
brisbin33 commented on 2026-03-04 15:36 (UTC)
Cool, thanks. 12.0.1 will be out soon with that change.
severach commented on 2026-03-04 15:08 (UTC)
updpkgsumsonly updates sums already there. The easiest way is to addsha256sums=(x)andupdpkgsumswill fill them out.brisbin33 commented on 2026-03-04 13:40 (UTC)
@simonzack, can you provide docs on how to do that? My release tooling just runs
updpkgsumsand this is its behavior.simonzack commented on 2026-03-04 02:32 (UTC)
Can the checksum be switched from MD5 to SHA-256? MD5 is obsolete now.
brisbin33 commented on 2025-12-22 14:40 (UTC)
Downgrade's release is not just source files. We process script source in order to inline dynamic values such as
DOWNGRADE_VERSION, we process translation files, and we include man-pages that are generated from markdown sources.https://github.com/archlinux-downgrade/downgrade/blob/9c0e29a42f74f4aa75daa36bbfdf4aa6da6c1bc0/justfile#L7-L9
In order to release using the generated source tags, we'd need to commit the outputs of such processes, which comes with other trade-offs.
This way also works better with semantic-release, which I prefer generally.
Do you have a link about this? I'd love to understand why downloading a tar file from a GitHub releases APIs is less secure than from their source code contents APIs.
Thanks, patches welcome.
zefr0x commented on 2025-12-20 11:32 (UTC) (edited on 2025-12-20 11:35 (UTC) by zefr0x)
I know that its only shell scripts, but why are you using an upstream packaged bundle rather than installing directly from source-code tags ("${url}/archive/refs/tags/v${pkgver}.tar.gz").
By using an upstream packaged bundle rather than directly from GitHub's git tag URL, it will just increase the attack surface and make obfuscations easier.
I'm not saying that there is anything suspicious currently, but this is exactly what was exploited in the XZ backdoor.
Also, I would suggest using
b2sumrather thanmd5sum.Zerfithel commented on 2024-09-24 21:23 (UTC)
PKGBuild does not seem suspicious. I checked it and havent found anything that could harm your PC. It works and thank you for making this it helped me a lot
Basher52 commented on 2024-09-13 20:25 (UTC)
Been using this a "couple" of time and this NEVER happened and now it did. I feel like a fool and the reality of this shows I am ;)
Just for a test, as you replied, I tried this script again for test for a kernel 'downgrade' and I got what I wanted.
WTF did I not do that last, like, 20 times?
SO sorry for this. Just shows that I'm an idiot and should probably leave the Linux-thing.
PS. I will NEVER leave LINUX <3 <3 <3
SO SORRY!!!!
brisbin33 commented on 2024-09-13 19:40 (UTC)
Hmm I don't know if I totally follow what you mean. Can you be more specific?
This seems to be the behavior as far as I can tell.
Feel free to open an Issue on GitHub too, I'll probably be more responsive.
Basher52 commented on 2024-09-13 15:35 (UTC)
I'm asking for a small(?) feature-add :P
As of this fzf thing out there, is there a change you could add that so it's easier to get the correct package without knowing the exact name of it. I was thinking of cloning this and do it but I don't have much free time and this is YOUR thing so...
Like looking for a kernel downgrade, just type linux and it shows just those etc.
Love this tho :D
1 2 3 4 5 6 .. 14 Next › Last »