Skip to content

Commit e8e78a3

Browse files
committed
chore: pin aur checksum for 26.601.21317_icon1
1 parent 96e9d59 commit e8e78a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

desktop/tests/linux/codex-package.red.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ describe('Codex package staging RED contract', () => {
225225

226226
expect(srcInfoSource).toContain('pkgbase = openai-codex-desktop-bin');
227227
expect(srcInfoSource).toContain('source = codex-app-linux-x64-v26.601.21317_icon1.deb::https://github.com/am-will/codex-app/releases/download/v26.601.21317_icon1/codex-app-linux-x64-v26.601.21317_icon1.deb');
228-
expect(srcInfoSource).toContain('sha256sums = SKIP');
228+
expect(srcInfoSource).toContain('sha256sums = 23cdaf2aa0d3360cba37d5d34a58228726d48e03670a40269e0552a7a3a646fc');
229229

230230
const aurDir = path.join(desktopRoot, '..', 'packaging', 'aur', 'openai-codex-desktop-bin');
231231
const aurFiles = fs.readdirSync(aurDir);

packaging/aur/openai-codex-desktop-bin/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ pkgbase = openai-codex-desktop-bin
3838
conflicts = codex-desktop
3939
options = !strip
4040
source = codex-app-linux-x64-v26.601.21317_icon1.deb::https://github.com/am-will/codex-app/releases/download/v26.601.21317_icon1/codex-app-linux-x64-v26.601.21317_icon1.deb
41-
sha256sums = SKIP
41+
sha256sums = 23cdaf2aa0d3360cba37d5d34a58228726d48e03670a40269e0552a7a3a646fc
4242

4343
pkgname = openai-codex-desktop-bin

packaging/aur/openai-codex-desktop-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ provides=('codex-desktop')
4444
conflicts=('codex-desktop')
4545
options=('!strip')
4646
source=("codex-app-linux-x64-v${pkgver}.deb::${url}/releases/download/v${pkgver}/codex-app-linux-x64-v${pkgver}.deb")
47-
sha256sums=('SKIP')
47+
sha256sums=('23cdaf2aa0d3360cba37d5d34a58228726d48e03670a40269e0552a7a3a646fc')
4848

4949
package() {
5050
local data_tar

0 commit comments

Comments
 (0)