~sircmpwn/hub.sr.ht

4711f3faa79fecebcd6239d8c495034968287e16 — Drew DeVault a month ago 95513e1
Upgrade to Alpine 3.20
2 files changed, 3 insertions(+), 3 deletions(-)

M .builds/alpine.yml
M Makefile
M .builds/alpine.yml => .builds/alpine.yml +2 -2
@@ 1,7 1,7 @@
image: alpine/3.19
image: alpine/3.20
repositories:
  sr.ht: >
    https://mirror.sr.ht/alpine/v3.19/sr.ht/
    https://mirror.sr.ht/alpine/v3.20/sr.ht/
    https://mirror.sr.ht/alpine/alpine%40sr.ht.rsa.pub
    alpine@sr.ht.rsa.pub
packages:

M Makefile => Makefile +1 -1
@@ 1,4 1,4 @@
SRHT_PATH?=/usr/lib/python3.11/site-packages/srht
SRHT_PATH?=/usr/lib/python3.12/site-packages/srht
MODULE=hubsrht/
include ${SRHT_PATH}/Makefile