]> git.draconx.ca Git - homepage.git/commitdiff
Release slotifier-1.1.
authorNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 06:06:06 +0000 (01:06 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 06:06:06 +0000 (01:06 -0500)
Welp, not even a day and we already need to hotfix the release!
Let's just call it practicing our new release preparation systems...

content/archive/slotifier/slotifier-1.1.tar.gz [new symlink]
content/archive/slotifier/slotifier-1.1.tar.gz.sig [new symlink]
content/archive/slotifier/slotifier-1.1.tar.xz [new symlink]
content/archive/slotifier/slotifier-1.1.tar.xz.sig [new symlink]
content/projects/slotifier.md
lib/project-readme.rb

diff --git a/content/archive/slotifier/slotifier-1.1.tar.gz b/content/archive/slotifier/slotifier-1.1.tar.gz
new file mode 120000 (symlink)
index 0000000..19551cb
--- /dev/null
@@ -0,0 +1 @@
+../../../.git/annex/objects/8Z/Qj/SHA512-s655610--050a15576abc146e1fc5803a4cde9a06200d884c148c67fe80b6c4a20cd613f5031849fbd9e02d4121170bf1bd6a90c0b998512a874a5b8475385d7464c4e67a/SHA512-s655610--050a15576abc146e1fc5803a4cde9a06200d884c148c67fe80b6c4a20cd613f5031849fbd9e02d4121170bf1bd6a90c0b998512a874a5b8475385d7464c4e67a
\ No newline at end of file
diff --git a/content/archive/slotifier/slotifier-1.1.tar.gz.sig b/content/archive/slotifier/slotifier-1.1.tar.gz.sig
new file mode 120000 (symlink)
index 0000000..8022ca1
--- /dev/null
@@ -0,0 +1 @@
+../../../.git/annex/objects/pX/VV/SHA512-s310--e998d1ab81abc0c10b634f744178dc5c5ed4389aa5462bdd35cca3fb5401e2bafcc8aff84333e83c6ab50159e903365b990dadc4a9c3107cb2e691ad1200f1d6/SHA512-s310--e998d1ab81abc0c10b634f744178dc5c5ed4389aa5462bdd35cca3fb5401e2bafcc8aff84333e83c6ab50159e903365b990dadc4a9c3107cb2e691ad1200f1d6
\ No newline at end of file
diff --git a/content/archive/slotifier/slotifier-1.1.tar.xz b/content/archive/slotifier/slotifier-1.1.tar.xz
new file mode 120000 (symlink)
index 0000000..b74dafc
--- /dev/null
@@ -0,0 +1 @@
+../../../.git/annex/objects/1m/x3/SHA512-s429624--ca481e2f2bab28dd024f6411562666bb95cdbae680e0c9b8ff0ce0f96a8fefa55c1ab45d0393a7b074790b6f690e5a06a9ebcb13e9890132b40cff537ddb3592/SHA512-s429624--ca481e2f2bab28dd024f6411562666bb95cdbae680e0c9b8ff0ce0f96a8fefa55c1ab45d0393a7b074790b6f690e5a06a9ebcb13e9890132b40cff537ddb3592
\ No newline at end of file
diff --git a/content/archive/slotifier/slotifier-1.1.tar.xz.sig b/content/archive/slotifier/slotifier-1.1.tar.xz.sig
new file mode 120000 (symlink)
index 0000000..985797b
--- /dev/null
@@ -0,0 +1 @@
+../../../.git/annex/objects/P2/kF/SHA512-s310--176006a6fa41fd8caec0354a135ccffdd193f18b440fd76219fc1f299e0934edbaedb5bfd42115a70a4115b640f30f0f0a5071f395d05dce4ea5acf0b42a9d30/SHA512-s310--176006a6fa41fd8caec0354a135ccffdd193f18b440fd76219fc1f299e0934edbaedb5bfd42115a70a4115b640f30f0f0a5071f395d05dce4ea5acf0b42a9d30
\ No newline at end of file
index 2a00479d13a4af1b9f188b760c0c9361fc99a010..26c73d7bbf9391eaec3364b7e12b980384b7f363 100644 (file)
@@ -3,7 +3,7 @@ title: Slotifier
 copyright: 2021 Nick Bowler
 license: gpl-3 or (at your option) any later version
 module: slotifier
-release: v1
+release: v1.1
 ---
 
 <%= project_readme %>
index 74691716065c476adc841d665c341d4b5f3a9270..3338e8a436558759a81a129abdc937d1d2142506 100644 (file)
@@ -47,7 +47,7 @@ def project_readme(item = @item)
         EOF
     else
         newsver, news = news.split("\n", 2)
-        newsver.sub!(/^.*([[:digit:]][^:]*).*$/, '\1')
+        newsver.sub!(/^.*?([[:digit:]][^:]*).*$/, '\1')
 
         targz = "#{shortname}-#{newsver}.tar.gz"
         distbase = "/archive/#{shortname}"