Skip to content

Commit

Permalink
fix: fix Tcl tag hashes
Browse files Browse the repository at this point in the history
Apparently Github tag was re-tagged

diffoscope ./tcl-orig.tar.gz ./core-8-6-14.tar.gz
--- ./tcl-orig.tar.gz
+++ ./core-8-6-14.tar.gz
│   --- tcl-orig.tar
├── +++ core-8-6-14.tar
│┄ Format-specific differences are supported for tape archives (.tar) but no file-specific differences were detected; falling back to a binary diff. file(1) reports: POSIX tar archive
│ @@ -26,18 +26,18 @@
│  00000190: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  000001a0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  000001b0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  000001c0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  000001d0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  000001e0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  000001f0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│ -00000200: 3532 2063 6f6d 6d65 6e74 3d65 6264 3333  52 comment=ebd33
│ -00000210: 3331 6536 6332 3835 3234 3734 6435 6339  31e6c2852474d5c9
│ -00000220: 3533 6433 3035 3864 3236 3737 6537 3636  53d3058d2677e766
│ -00000230: 6634 640a 0000 0000 0000 0000 0000 0000  f4d.............
│ +00000200: 3532 2063 6f6d 6d65 6e74 3d38 3962 3431  52 comment=89b41
│ +00000210: 6530 6139 3361 6338 3762 3862 3833 3863  e0a93ac87b8b838c
│ +00000220: 6638 3264 6233 6461 3164 3630 3835 3632  f82db3da1d608562
│ +00000230: 3363 340a 0000 0000 0000 0000 0000 0000  3c4.............
│  00000240: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  00000250: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  00000260: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  00000270: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  00000280: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  00000290: 0000 0000 0000 0000 0000 0000 0000 0000  ................
│  000002a0: 0000 0000 0000 0000 0000 0000 0000 0000  ................

Signed-off-by: Dmitry Sharshakov <[email protected]>
  • Loading branch information
dsseng committed Aug 22, 2024
1 parent a764e8d commit 41ed4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ vars:

# renovate: datasource=github-tags extractVersion=^core-(?<version>.*)$ depName=tcltk/tcl
tcl_version: 8-6-14
tcl_sha256: 517656a58506544f9a09beae45311125244e4d602714b8daf1edd4eee9ca52d3
tcl_sha512: 8f1fe9585824ff29cd9ba86bd31fa1a13d956274f1bc26f94968ae5e8be9da03786f53e747a2cc922a22f5705942638a389d11020694f15c0f2739d0f11f8781
tcl_sha256: b904f5e84d32e4382986fe2c3415dab9c1eaf458baa7d68c32af85800ceaef6b
tcl_sha512: 5612825fa60243c56dc5e797cc5baeec14a4490fbe381d8346378a79272e7e4279089b9a4151cf2d4d9815ef342539e5d7c8670f3f5d33b15902ea71bd4f0c28

# renovate: datasource=git-tags extractVersion=^texinfo-(?<version>.*)$ depName=git://git.savannah.gnu.org/texinfo.git
texinfo_version: 7.1
Expand Down

0 comments on commit 41ed4b2

Please sign in to comment.